From 4c2250cdcf598f7b0178e7a63296bfdcffb92d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:15:59 +0000 Subject: [PATCH] Bump the actions-dependencies group with 3 updates Bumps the actions-dependencies group with 3 updates: [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions), [actions/checkout](https://github.com/actions/checkout) and [actions/labeler](https://github.com/actions/labeler). Updates `fkirc/skip-duplicate-actions` from 5.3.1 to 5.3.2 - [Release notes](https://github.com/fkirc/skip-duplicate-actions/releases) - [Commits](https://github.com/fkirc/skip-duplicate-actions/compare/f75f66ce1886f00957d99748a42c724f4330bdcf...b974a9395958c231af965b70070979a577efa578) Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `actions/labeler` from 6.1.0 to 7.0.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/f27b608878404679385c85cfa523b85ccb86e213...bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13) --- updated-dependencies: - dependency-name: fkirc/skip-duplicate-actions dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/labeler dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/betterleaks.yml | 4 ++-- .github/workflows/pr_labeler.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/betterleaks.yml b/.github/workflows/betterleaks.yml index c01138b..e971632 100644 --- a/.github/workflows/betterleaks.yml +++ b/.github/workflows/betterleaks.yml @@ -30,7 +30,7 @@ jobs: if: env.CHECK_PERMISSIONS == '1' - id: check-duplicate-actions name: Check for duplicate actions - uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1 + uses: fkirc/skip-duplicate-actions@b974a9395958c231af965b70070979a577efa578 # v5.3.2 with: cancel_others: 'true' skip_after_successful_duplicate: 'true' @@ -52,7 +52,7 @@ jobs: if: env.CHECK_PERMISSIONS == '1' - id: checkout-repo name: Checkout repo - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index 9277130..25063e1 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -27,6 +27,6 @@ jobs: if: env.CHECK_PERMISSIONS == '1' - id: label-pr name: Label PR - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 + uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0 with: sync-labels: true