Skip to content

Commit

Permalink
chore(deps): update snyk/actions digest to dad21f4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 929429c commit 491b906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/attack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ runs:
# SNYK
- name: Set up Snyk CLI to check for security issues
if: ${{ inputs.run_snyk == 'true' }}
uses: snyk/actions/setup@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f
uses: snyk/actions/setup@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86
- name: Set output if snyk has run
if: ${{ inputs.run_snyk == 'true' }}
id: snyk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
lfs: true
- name: Set up Snyk CLI to check for security issues
uses: snyk/actions/setup@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f
uses: snyk/actions/setup@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86
- name: login to snyk
run: snyk auth ${{ env.SNYK_TOKEN }}
- name: run snyk open source
Expand Down

0 comments on commit 491b906

Please sign in to comment.