From 18e3538644fb2abee711d89f8b423fe2faf077ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:27:15 +0200 Subject: [PATCH] build(deps): bump snyk/actions from 0.5.0 to 1.0.0 (#4516) Bumps [snyk/actions](https://github.com/snyk/actions) from 0.5.0 to 1.0.0. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/v0.5.0...v1.0.0) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny --- .github/workflows/docker-app-rest-passthrough.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-app-rest-passthrough.yml b/.github/workflows/docker-app-rest-passthrough.yml index 52ce442e0..5bca5d8e8 100644 --- a/.github/workflows/docker-app-rest-passthrough.yml +++ b/.github/workflows/docker-app-rest-passthrough.yml @@ -127,7 +127,7 @@ jobs: - name: Run Snyk to check Docker image for vulnerabilities continue-on-error: true - uses: snyk/actions/docker@v0.5.0 + uses: snyk/actions/docker@v1.0.0 env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: