From 0d98309067f9fd38d68fe9ae0a7e2471a83a0ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:02:32 +0000 Subject: [PATCH] Bump the actions group with 3 updates Bumps the actions group with 3 updates: [docker/scout-action](https://github.com/docker/scout-action), [docker/login-action](https://github.com/docker/login-action) and [actions/checkout](https://github.com/actions/checkout). Updates `docker/scout-action` from 1.23.1 to 1.24.0 - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/2688993af7bafd6ba8c6a74ec652442be91dd82b...7c6b6c3f7844478ace1ffd4e7aef649053d1f87d) Updates `docker/login-action` from 4.4.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/af1e73f918a031802d376d3c8bbc3fe56130a9b0...dbcb813823bdd20940b903addbd779551569679f) Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-tag.yaml | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-tag.yaml b/.github/workflows/test-and-tag.yaml index cc8c3b4..f2d56f7 100644 --- a/.github/workflows/test-and-tag.yaml +++ b/.github/workflows/test-and-tag.yaml @@ -43,7 +43,7 @@ jobs: d0a9af63-dea5-476f-b35a-b18501152d9a > DOCKERHUB_USERNAME bf06dbe4-5b30-4020-b39e-b18501151ace > DOCKERHUB_ACCESS_TOKEN - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Test Action diff --git a/action.yml b/action.yml index 4cd8083..622e57e 100644 --- a/action.yml +++ b/action.yml @@ -122,7 +122,7 @@ runs: - name: Docker Scout - CVE scan continue-on-error: ${{ inputs.allow_vulnerabilities == 'true' }} - uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b # v1.23.1 + uses: docker/scout-action@7c6b6c3f7844478ace1ffd4e7aef649053d1f87d # v1.24.0 with: debug: true verbose-debug: true @@ -137,7 +137,7 @@ runs: exit-code: ${{ inputs.allow_vulnerabilities != 'true' }} - name: Login to ${{ steps.image.outputs.registry }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 if: ${{ inputs.username != '' && inputs.password != '' }} with: registry: ${{ steps.image.outputs.registry }}