Skip to content

Commit

Permalink
Merge pull request #98 from gipo999/renovate/snyk-actions-digest
Browse files Browse the repository at this point in the history
chore(deps): update snyk/actions digest to 6312a53
  • Loading branch information
alex-beggiato authored Aug 1, 2024
2 parents 0114040 + 574175a commit 3e60565
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@6312a53377a551c0258438bf25fb8f378afbc977
- 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@6312a53377a551c0258438bf25fb8f378afbc977
- name: login to snyk
run: snyk auth ${{ env.SNYK_TOKEN }}
- name: run snyk open source
Expand Down

0 comments on commit 3e60565

Please sign in to comment.