Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton committed Nov 8, 2024
1 parent 7a3ac95 commit 09c4d78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd_comp_semgrep-phase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload Dependency Zip
uses: actions/upload-artifact@v4
with:
name: ddependency-tree.zip
name: dependency-tree.zip
path: dependency-tree.zip

semgrep:
Expand All @@ -58,6 +58,8 @@ jobs:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: semgrep/semgrep
# Skip any PR created by dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- name: Download artifact from the previous job
Expand Down

0 comments on commit 09c4d78

Please sign in to comment.