Skip to content

Commit

Permalink
fix: GitHub Workflow Job Run with Name
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonXavier committed Oct 11, 2024
1 parent 9efd2d8 commit 002051b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
with:
java-version: 11
distribution: 'temurin'
- run: |
mvn clean package dependency:tree -DoutputFile=maven_dep_tree.txt
- name: Maven Clean Package with Dependency Tree
run: mvn clean package dependency:tree -DoutputFile=maven_dep_tree.txt

# Python is required to run Semgrep utilities. Ensuring proper version is installed on the runner.
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 002051b

Please sign in to comment.