From 05948c986801fdd5be0063f0961eac50d412d011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 21:11:29 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [azure/login](https://github.com/azure/login). Updates `actions/checkout` from 2.8.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/v2.8.0...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `tj-actions/changed-files` from 45.0.9 to 47.0.6 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/a284dc1814e3fd07f2e34267fc8f81227ed29fb8...9426d40962ed5378910ee2e21d5f8c6fcbf2dd96) Updates `azure/login` from 1.6.1 to 3.0.2 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/cb79c773a3cfa27f31f25eb3f677781210c9ce3d...7ddb5af1ef8758cf1353cf3b42f940aee27ba21c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: azure/login dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .../confirm-policy-definition-no-built-in-conflicts.yaml | 4 ++-- .github/workflows/confirm-policy-definition-validity.yaml | 4 ++-- .github/workflows/manage-azure-policy-1e59415b.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/confirm-policy-definition-no-built-in-conflicts.yaml b/.github/workflows/confirm-policy-definition-no-built-in-conflicts.yaml index 511f74f9..3ed88066 100644 --- a/.github/workflows/confirm-policy-definition-no-built-in-conflicts.yaml +++ b/.github/workflows/confirm-policy-definition-no-built-in-conflicts.yaml @@ -17,11 +17,11 @@ jobs: permissions: pull-requests: read steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Get changed files id: changed_files - uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8 # v45.0.8 + uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6 with: separator: "§" # we need a character which isn't used within a file name or path diff --git a/.github/workflows/confirm-policy-definition-validity.yaml b/.github/workflows/confirm-policy-definition-validity.yaml index f34ba5d9..61072840 100644 --- a/.github/workflows/confirm-policy-definition-validity.yaml +++ b/.github/workflows/confirm-policy-definition-validity.yaml @@ -13,11 +13,11 @@ jobs: pull-requests: read steps: - - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Get changed files id: changed_files - uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8 # v45.0.8 + uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6 with: separator: "§" # Character not used within a file name or path safe_output: true # Enable safe_output for security diff --git a/.github/workflows/manage-azure-policy-1e59415b.yml b/.github/workflows/manage-azure-policy-1e59415b.yml index 4b7ea308..49c25c37 100644 --- a/.github/workflows/manage-azure-policy-1e59415b.yml +++ b/.github/workflows/manage-azure-policy-1e59415b.yml @@ -19,9 +19,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Login to Azure - uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1 + uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: creds: ${{secrets.AZURE_CREDENTIALS_1e59415b}} allow-no-subscriptions: true