From 34b5313b913beb68a5efede85a20d88b3e611cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:27:06 +0000 Subject: [PATCH] build(deps): bump snyk/actions Bumps [snyk/actions](https://github.com/snyk/actions) from 640e31719aac3e44867d239dc86c20c3e34c8e4f to 6312a53377a551c0258438bf25fb8f378afbc977. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/640e31719aac3e44867d239dc86c20c3e34c8e4f...6312a53377a551c0258438bf25fb8f378afbc977) --- 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 63fd8e273..e1deda12f 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@640e31719aac3e44867d239dc86c20c3e34c8e4f # master + uses: snyk/actions/docker@6312a53377a551c0258438bf25fb8f378afbc977 # 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 2d14a8d90..49bd7df0c 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@640e31719aac3e44867d239dc86c20c3e34c8e4f # master + uses: snyk/actions/docker@6312a53377a551c0258438bf25fb8f378afbc977 # 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 45d7009f9..58dc9345b 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@640e31719aac3e44867d239dc86c20c3e34c8e4f # master + uses: snyk/actions/iac@6312a53377a551c0258438bf25fb8f378afbc977 # 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