From 73a0219ab82c177da704ded2516311077e0cea27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:35:07 +0200 Subject: [PATCH] [upd] github-actions: Bump docker/scout-action from 1.22.0 to 1.23.0 (#6352) Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/7520205ff60037fdc436b40b6a1d1e55a839ec2d...ce97ec1bb85613e8eb35d086fad0c77a6cedf983) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 77cfbe79a..365eae0dd 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@7520205ff60037fdc436b40b6a1d1e55a839ec2d # v1.22.0 + uses: docker/scout-action@ce97ec1bb85613e8eb35d086fad0c77a6cedf983 # v1.23.0 with: organization: "searxng" dockerhub-user: "${{ secrets.DOCKER_USER }}"