From 43f3ecadec99b36332fc9592117e0d9dae59fc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:07:55 +0000 Subject: [PATCH] chore(deps): bump snyk/actions from 0.4.0 to 1.0.0 Bumps [snyk/actions](https://github.com/snyk/actions) from 0.4.0 to 1.0.0. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/b98d498629f1c368650224d6d212bf7dfa89e4bf...9adf32b1121593767fc3c057af55b55db032dc04) --- updated-dependencies: - dependency-name: snyk/actions dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/snyk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 29e6b3a..edd1e29 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -33,6 +33,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha || github.ref }} - - uses: snyk/actions/node@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0 + - uses: snyk/actions/node@9adf32b1121593767fc3c057af55b55db032dc04 # pin@1.0.0 env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}