From f021929fd337f0d65263f00b82061d9240719443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:03:43 +0000 Subject: [PATCH] GitHub Action: Bump the all-actions-dependencies group across 1 directory with 4 updates Bumps the all-actions-dependencies group with 4 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [redhat-plumbers-in-action/advanced-issue-labeler](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) Updates `redhat-plumbers-in-action/advanced-issue-labeler` from 2 to 3 - [Release notes](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler/releases) - [Commits](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler/compare/v2...v3) Updates `release-drafter/release-drafter` from 6.2.0 to 7.2.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v6.2.0...v7.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies - dependency-name: redhat-plumbers-in-action/advanced-issue-labeler dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies - dependency-name: release-drafter/release-drafter dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/CodeQl.yml | 2 +- .github/workflows/IssueTriager.yml | 2 +- .github/workflows/ReleaseDrafter.yml | 6 +++--- .github/workflows/Stale.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CodeQl.yml b/.github/workflows/CodeQl.yml index 0d99e6ad..5383713e 100644 --- a/.github/workflows/CodeQl.yml +++ b/.github/workflows/CodeQl.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Python Version - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ inputs.python_version }} diff --git a/.github/workflows/IssueTriager.yml b/.github/workflows/IssueTriager.yml index 6ca1c55f..72fd5e96 100644 --- a/.github/workflows/IssueTriager.yml +++ b/.github/workflows/IssueTriager.yml @@ -44,7 +44,7 @@ jobs: template-path: .github/ISSUE_TEMPLATE/${{ matrix.template }} - name: Apply Labels from Triage - uses: redhat-plumbers-in-action/advanced-issue-labeler@v2 + uses: redhat-plumbers-in-action/advanced-issue-labeler@v3 with: issue-form: ${{ steps.issue-parser.outputs.jsonString }} template: ${{ matrix.template }} diff --git a/.github/workflows/ReleaseDrafter.yml b/.github/workflows/ReleaseDrafter.yml index 0258630d..b2f61578 100644 --- a/.github/workflows/ReleaseDrafter.yml +++ b/.github/workflows/ReleaseDrafter.yml @@ -80,7 +80,7 @@ jobs: - name: Build a ${{ env.latest_mu_branch }} Draft if: ${{ startsWith(github.ref, env.latest_mu_branch_full) }} id: update_draft_n - uses: release-drafter/release-drafter@v6.2.0 + uses: release-drafter/release-drafter@v7.2.0 with: # Note: Path is relative to .github/ config-name: release-draft-config-n.yml @@ -89,7 +89,7 @@ jobs: - name: Build a ${{ env.previous_mu_branch }} Draft if: ${{ startsWith(github.ref, env.previous_mu_branch_full) }} id: update_draft_n_1 - uses: release-drafter/release-drafter@v6.2.0 + uses: release-drafter/release-drafter@v7.2.0 with: # Note: Path is relative to .github/ config-name: release-draft-config-n-1.yml @@ -98,7 +98,7 @@ jobs: - name: Build the New Release Draft if: ${{ !startsWith(github.ref, 'refs/heads/release') }} id: update_draft_non_release - uses: release-drafter/release-drafter@v6.2.0 + uses: release-drafter/release-drafter@v7.2.0 with: # Note: Path is relative to .github/ config-name: release-draft-config.yml diff --git a/.github/workflows/Stale.yml b/.github/workflows/Stale.yml index 3c739e60..eb33b2d2 100644 --- a/.github/workflows/Stale.yml +++ b/.github/workflows/Stale.yml @@ -75,7 +75,7 @@ jobs: steps: - name: Generate Token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.MU_ACCESS_APP_ID }} private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}