From ac72b39b454ee3b86ab6efd21166ec770521b785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:58:32 +0000 Subject: [PATCH] build(deps): bump TomHennen/wrangle/actions/scan in / Bumps [TomHennen/wrangle/actions/scan](https://github.com/tomhennen/wrangle) in `/` from 5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 to b16076757b2b8b3088f5e918296f85fcbbe5b9b3. Updates `TomHennen/wrangle/actions/scan` from 5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 to b16076757b2b8b3088f5e918296f85fcbbe5b9b3 - [Release notes](https://github.com/tomhennen/wrangle/releases) - [Changelog](https://github.com/TomHennen/wrangle/blob/main/release-notes-v0.4.0.md) - [Commits](https://github.com/tomhennen/wrangle/compare/5d364e686de625ccb61a0fd5b12f9b25e1ab1d41...b16076757b2b8b3088f5e918296f85fcbbe5b9b3) --- updated-dependencies: - dependency-name: TomHennen/wrangle/actions/scan dependency-version: 7f7e5a6684ae993cfeceb92279b784614a2afb70 dependency-type: direct:production dependency-group: across-directories/TomHennen/wrangle/actions/scan ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_publish_container.yml | 2 +- .github/workflows/build_and_publish_go.yml | 2 +- .github/workflows/build_and_publish_npm.yml | 2 +- .github/workflows/build_and_publish_python.yml | 2 +- .github/workflows/build_shell.yml | 2 +- .github/workflows/check_source_change.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_and_publish_container.yml b/.github/workflows/build_and_publish_container.yml index e5472358..70757888 100644 --- a/.github/workflows/build_and_publish_container.yml +++ b/.github/workflows/build_and_publish_container.yml @@ -146,7 +146,7 @@ jobs: security-events: write steps: # TODO: replace with $/actions/scan when GitHub ships $/ syntax (#136) - - uses: TomHennen/wrangle/actions/scan@5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 # main 2026-08-30 + - uses: TomHennen/wrangle/actions/scan@b16076757b2b8b3088f5e918296f85fcbbe5b9b3 # main 2026-08-30 if: ${{ inputs.scan-tools != '' }} with: checkout: "true" diff --git a/.github/workflows/build_and_publish_go.yml b/.github/workflows/build_and_publish_go.yml index 3259833d..5d3ecfce 100644 --- a/.github/workflows/build_and_publish_go.yml +++ b/.github/workflows/build_and_publish_go.yml @@ -183,7 +183,7 @@ jobs: security-events: write steps: # TODO: replace with $/actions/scan when GitHub ships $/ syntax (#136) - - uses: TomHennen/wrangle/actions/scan@5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 # main 2026-08-30 + - uses: TomHennen/wrangle/actions/scan@b16076757b2b8b3088f5e918296f85fcbbe5b9b3 # main 2026-08-30 if: ${{ inputs.scan-tools != '' }} with: checkout: "true" diff --git a/.github/workflows/build_and_publish_npm.yml b/.github/workflows/build_and_publish_npm.yml index 4d609251..2a198695 100644 --- a/.github/workflows/build_and_publish_npm.yml +++ b/.github/workflows/build_and_publish_npm.yml @@ -171,7 +171,7 @@ jobs: security-events: write steps: # TODO: replace with $/actions/scan when GitHub ships $/ syntax (#136) - - uses: TomHennen/wrangle/actions/scan@5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 # main 2026-08-30 + - uses: TomHennen/wrangle/actions/scan@b16076757b2b8b3088f5e918296f85fcbbe5b9b3 # main 2026-08-30 if: ${{ inputs.scan-tools != '' }} with: checkout: "true" diff --git a/.github/workflows/build_and_publish_python.yml b/.github/workflows/build_and_publish_python.yml index a18b44d5..4ba5f8a3 100644 --- a/.github/workflows/build_and_publish_python.yml +++ b/.github/workflows/build_and_publish_python.yml @@ -148,7 +148,7 @@ jobs: security-events: write steps: # TODO: replace with $/actions/scan when GitHub ships $/ syntax (#136) - - uses: TomHennen/wrangle/actions/scan@5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 # main 2026-08-30 + - uses: TomHennen/wrangle/actions/scan@b16076757b2b8b3088f5e918296f85fcbbe5b9b3 # main 2026-08-30 if: ${{ inputs.scan-tools != '' }} with: checkout: "true" diff --git a/.github/workflows/build_shell.yml b/.github/workflows/build_shell.yml index 5c325aec..7e025e40 100644 --- a/.github/workflows/build_shell.yml +++ b/.github/workflows/build_shell.yml @@ -114,7 +114,7 @@ jobs: security-events: write steps: # TODO: replace with $/actions/scan when GitHub ships $/ syntax (#136) - - uses: TomHennen/wrangle/actions/scan@5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 # main 2026-08-30 + - uses: TomHennen/wrangle/actions/scan@b16076757b2b8b3088f5e918296f85fcbbe5b9b3 # main 2026-08-30 if: ${{ inputs.scan-tools != '' }} with: checkout: "true" diff --git a/.github/workflows/check_source_change.yml b/.github/workflows/check_source_change.yml index 5755a47d..8beb14c9 100644 --- a/.github/workflows/check_source_change.yml +++ b/.github/workflows/check_source_change.yml @@ -36,7 +36,7 @@ jobs: # empty and the name is just "scan". # TODO: replace with $/actions/scan when GitHub ships $/ syntax (#136) - name: Source scan - uses: TomHennen/wrangle/actions/scan@5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 # main 2026-08-30 + uses: TomHennen/wrangle/actions/scan@b16076757b2b8b3088f5e918296f85fcbbe5b9b3 # main 2026-08-30 with: checkout: "true" tools: ${{ inputs.tools }}