summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-06-28 09:19:29 +0200
committerGitHub <noreply@github.com>2026-06-28 09:19:29 +0200
commit357662d86dd225bf8f0bfe5cfaa45bed09aef788 (patch)
treefc9304376d09bc70be718aac7cfcfc2abddf7461 /.github/workflows
parentbfa76e4cd9c06ea57a2c451a665864ed2248afdf (diff)
[upd] github-actions: Bump docker/scout-action from 1.21.0 to 1.22.0 (#6317)
Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/cd72f264beff1cd72735de31148b9d3244a0234a...7520205ff60037fdc436b40b6a1d1e55a839ec2d) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 ef0c4968f..c02a3b5f6 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@cd72f264beff1cd72735de31148b9d3244a0234a # v1.21.0
+ uses: docker/scout-action@7520205ff60037fdc436b40b6a1d1e55a839ec2d # v1.22.0
with:
organization: "searxng"
dockerhub-user: "${{ secrets.DOCKER_USER }}"