diff --git a/.github/workflows/snyk-analysis.yml b/.github/workflows/snyk-analysis.yml index 05caf3d34..d7f4fa5a3 100644 --- a/.github/workflows/snyk-analysis.yml +++ b/.github/workflows/snyk-analysis.yml @@ -30,7 +30,7 @@ jobs: # Snyk can be used to break the build when it detects vulnerabilities. # In this case we want to upload the issues to GitHub Code Scanning continue-on-error: true - uses: snyk/actions/docker@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # master + uses: snyk/actions/docker@a1346e4eaf761d462da22c34c681dc06849b6851 # master env: # In order to use the Snyk Action you will need to have a Snyk API token. # More details in https://github.com/snyk/actions#getting-your-snyk-token diff --git a/.github/workflows/snyk-container-analysis.yml b/.github/workflows/snyk-container-analysis.yml index 42877fb91..af2b78d86 100644 --- a/.github/workflows/snyk-container-analysis.yml +++ b/.github/workflows/snyk-container-analysis.yml @@ -39,7 +39,7 @@ jobs: # Snyk can be used to break the build when it detects vulnerabilities. # In this case we want to upload the issues to GitHub Code Scanning continue-on-error: true - uses: snyk/actions/docker@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # master + uses: snyk/actions/docker@a1346e4eaf761d462da22c34c681dc06849b6851 # master env: # In order to use the Snyk Action you will need to have a Snyk API token. # More details in https://github.com/snyk/actions#getting-your-snyk-token diff --git a/.github/workflows/snyk-infrastructure-analysis.yml b/.github/workflows/snyk-infrastructure-analysis.yml index ba8cdeae6..4bc94eb80 100644 --- a/.github/workflows/snyk-infrastructure-analysis.yml +++ b/.github/workflows/snyk-infrastructure-analysis.yml @@ -36,7 +36,7 @@ jobs: # Snyk can be used to break the build when it detects security issues. # In this case we want to upload the issues to GitHub Code Scanning continue-on-error: true - uses: snyk/actions/iac@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # master + uses: snyk/actions/iac@a1346e4eaf761d462da22c34c681dc06849b6851 # master env: # In order to use the Snyk Action you will need to have a Snyk API token. # More details in https://github.com/snyk/actions#getting-your-snyk-token