From 0d6d58e1a84bf0d647b7709e4b72d9ba6e5124d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:16:19 +0000 Subject: [PATCH] :dependabot: github-actions(deps): Bump ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-scheduled-container-scan.yml Bumps [ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-scheduled-container-scan.yml](https://github.com/ministryofjustice/analytical-platform-github-actions) from 3.2.0 to 5.1.0. - [Release notes](https://github.com/ministryofjustice/analytical-platform-github-actions/releases) - [Commits](https://github.com/ministryofjustice/analytical-platform-github-actions/compare/0c3b5555edfbbb10220ed435359dfd6769ad79ed...68ce2de03822a2ca9c6976e558331cd362271155) --- updated-dependencies: - dependency-name: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-scheduled-container-scan.yml dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/scheduled-container-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-container-scan.yml b/.github/workflows/scheduled-container-scan.yml index 9cadfe4..52fcd18 100644 --- a/.github/workflows/scheduled-container-scan.yml +++ b/.github/workflows/scheduled-container-scan.yml @@ -13,6 +13,6 @@ jobs: name: Scheduled Container Scan permissions: contents: read - uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-scheduled-container-scan.yml@0c3b5555edfbbb10220ed435359dfd6769ad79ed # v3.2.0 + uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-scheduled-container-scan.yml@68ce2de03822a2ca9c6976e558331cd362271155 # v5.1.0 secrets: cve-scan-slack-webhook-url: ${{ secrets.ANALYTICAL_PLATFORM_CVE_SCAN_SLACK_WEBHOOK_URL }}