summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-10 14:14:09 +0200
committerGitHub <noreply@github.com>2026-07-10 14:14:09 +0200
commit83139c26b3ee45886510a8d0f1a4c841a91f0441 (patch)
tree4dd505669143459e53aa2e938837afc23a55d562
parent8456831a04e904afdf3057dcdbe9925e8a37377c (diff)
[upd] github-actions: Bump docker/scout-action from 1.23.0 to 1.23.1 (#6388)
Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/ce97ec1bb85613e8eb35d086fad0c77a6cedf983...2688993af7bafd6ba8c6a74ec652442be91dd82b) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/security.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml
index 365eae0dd..655e5cdb3 100644
--- a/.github/workflows/security.yml
+++ b/.github/workflows/security.yml
@@ -29,7 +29,7 @@ jobs:
persist-credentials: "false"
- name: Sync GHCS from Docker Scout
- uses: docker/scout-action@ce97ec1bb85613e8eb35d086fad0c77a6cedf983 # v1.23.0
+ uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b # v1.23.1
with:
organization: "searxng"
dockerhub-user: "${{ secrets.DOCKER_USER }}"