From 838195d4df9ae1968e78ee237326557bd1050aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:21:27 +0000 Subject: [PATCH] Bump snyk/actions from 0.4.0 to 0.5.0 Bumps [snyk/actions](https://github.com/snyk/actions) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/b98d498629f1c368650224d6d212bf7dfa89e4bf...de2dda699bf7276d103ed6a72a5bc5a1871ad658) --- updated-dependencies: - dependency-name: snyk/actions dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fffc935..e5a59e5 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -34,6 +34,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha || github.ref }} - - uses: snyk/actions/gradle-jdk11@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0 + - uses: snyk/actions/gradle-jdk11@de2dda699bf7276d103ed6a72a5bc5a1871ad658 # pin@0.5.0 env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}