From e3638fce60af193033a80856c7a7daaf0a9d623a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:24:31 +0000 Subject: [PATCH] build(deps): bump snyk/actions/setup Bumps [snyk/actions/setup](https://github.com/snyk/actions) from 1d672a455ab3339ef0a0021e1ec809165ee12fad to 12140f4059e244892ae643824a95459a102120dd. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/1d672a455ab3339ef0a0021e1ec809165ee12fad...12140f4059e244892ae643824a95459a102120dd) --- updated-dependencies: - dependency-name: snyk/actions/setup dependency-version: 12140f4059e244892ae643824a95459a102120dd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/google.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/google.yml b/.github/workflows/google.yml index 42aad92..f7e5d7f 100644 --- a/.github/workflows/google.yml +++ b/.github/workflows/google.yml @@ -80,7 +80,7 @@ jobs: --build-arg GITHUB_REF="$GITHUB_REF" \ . - name: Set up Snyk CLI to check for security issues - uses: snyk/actions/setup@1d672a455ab3339ef0a0021e1ec809165ee12fad + uses: snyk/actions/setup@12140f4059e244892ae643824a95459a102120dd env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}