From d6ffc9870775e9d78f58623fa71137d5851a7713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:44:52 +0000 Subject: [PATCH] build(deps): bump snyk/actions Bumps [snyk/actions](https://github.com/snyk/actions) from a1346e4eaf761d462da22c34c681dc06849b6851 to dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/a1346e4eaf761d462da22c34c681dc06849b6851...dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86) --- updated-dependencies: - dependency-name: snyk/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/snyk-analysis.yml | 2 +- .github/workflows/snyk-container-analysis.yml | 2 +- .github/workflows/snyk-infrastructure-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snyk-analysis.yml b/.github/workflows/snyk-analysis.yml index f46ee3c63..f5ef4f244 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@a1346e4eaf761d462da22c34c681dc06849b6851 # master + uses: snyk/actions/docker@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 # 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 2aca69838..24f129e78 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@a1346e4eaf761d462da22c34c681dc06849b6851 # master + uses: snyk/actions/docker@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 # 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 fa49f1882..aceb8b70d 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@a1346e4eaf761d462da22c34c681dc06849b6851 # master + uses: snyk/actions/iac@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 # 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