From 4b5f702b687a88e3e3173ac754eea0f7ecd9a29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:54:58 +0000 Subject: [PATCH] Bump docker/scout-action from 1.20.2 to 1.20.3 Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/1128f02d1e60f339af7306e0e62b9fdc13d9fab9...8910519cee8ac046f3ee99686b0dc6654d5ba1a7) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.20.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/run-tests-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests-on-pr.yml b/.github/workflows/run-tests-on-pr.yml index 74b7d0b..7f6e1e5 100644 --- a/.github/workflows/run-tests-on-pr.yml +++ b/.github/workflows/run-tests-on-pr.yml @@ -92,7 +92,7 @@ jobs: run: | docker images - name: Docker Scout Comparison between main branch and current PR branch - uses: docker/scout-action@1128f02d1e60f339af7306e0e62b9fdc13d9fab9 # v1.20.2 + uses: docker/scout-action@8910519cee8ac046f3ee99686b0dc6654d5ba1a7 # v1.20.3 with: command: compare image: local://hello-world:pr-${{ github.event.number }}