From 1ff926e33912c5cf81bbd130e1fa60d3f1f581e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:08:30 +0000 Subject: [PATCH] GitHub Action: Bump the all-actions-dependencies group with 3 updates Bumps the all-actions-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/labeler](https://github.com/actions/labeler) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) 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/v6.1.0...v7.0.0) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies - dependency-name: actions/labeler dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/Labeler.yml | 2 +- .github/workflows/PatinaQemuPrValidation.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Labeler.yml b/.github/workflows/Labeler.yml index e4258c4..e2251f3 100644 --- a/.github/workflows/Labeler.yml +++ b/.github/workflows/Labeler.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Apply Labels Based on PR File Paths - uses: actions/labeler@v6.1.0 + uses: actions/labeler@v7.0.0 with: configuration-path: .github/workflows/label-issues/file-paths.yml repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/PatinaQemuPrValidation.yml b/.github/workflows/PatinaQemuPrValidation.yml index 7c2e3dd..9077241 100644 --- a/.github/workflows/PatinaQemuPrValidation.yml +++ b/.github/workflows/PatinaQemuPrValidation.yml @@ -165,7 +165,7 @@ jobs: fi - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: allow-unsafe-pr-checkout: true # Temporary. Tracked in https://github.com/OpenDevicePartnership/patina-devops/issues/166. repository: ${{ inputs.patina-ref != '' && 'OpenDevicePartnership/patina' || 'OpenDevicePartnership/patina-dxe-core-qemu' }} @@ -490,7 +490,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: allow-unsafe-pr-checkout: true # Temporary. Tracked in https://github.com/OpenDevicePartnership/patina-devops/issues/166. repository: ${{ inputs.patina-ref != '' && 'OpenDevicePartnership/patina' || 'OpenDevicePartnership/patina-dxe-core-qemu' }} @@ -603,7 +603,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: allow-unsafe-pr-checkout: true # Temporary. Tracked in https://github.com/OpenDevicePartnership/patina-devops/issues/166. repository: ${{ inputs.patina-ref != '' && 'OpenDevicePartnership/patina' || 'OpenDevicePartnership/patina-dxe-core-qemu' }} @@ -617,7 +617,7 @@ jobs: New-Item -ItemType Directory -Path "$env:LOG_DIR" -Force | Out-Null - name: Setup Python (Windows) - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ needs.vars.outputs['python-version'] }}