From 297fddd0eca2d2c32fffd363d00736dbf276228c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:03:11 +0000 Subject: [PATCH] :arrow_up:upgrade(ci): Bump peter-murray/workflow-application-token-action Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](https://github.com/peter-murray/workflow-application-token-action/compare/0e48752d10f9c54a8fbc6ceffeca53402347e893...cb731e00cb6754f584507134ff389dfb3dc42bbc) --- updated-dependencies: - dependency-name: peter-murray/workflow-application-token-action dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-sync.yml | 2 +- .github/workflows/autoupdate.yml | 2 +- .github/workflows/create-labels.yml | 2 +- .github/workflows/devops-project.yml | 2 +- .github/workflows/fosstars-report.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/pullrequest-linter.yml | 2 +- .github/workflows/pullrequest.yml | 6 +++--- .github/workflows/rebase-issue.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/wiki.yml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/auto-sync.yml b/.github/workflows/auto-sync.yml index c7a5da2..e2ed487 100644 --- a/.github/workflows/auto-sync.yml +++ b/.github/workflows/auto-sync.yml @@ -18,7 +18,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_AUTOSYNCHROBOT }} application_private_key: ${{ secrets.PEM_AUTOSYNCHROBOT }} diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index ee0d2f5..55ce47a 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -33,7 +33,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_AUTOUPDATEBOT }} application_private_key: ${{ secrets.PEM_AUTOUPDATEBOT }} diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index ed621c0..73dfce3 100644 --- a/.github/workflows/create-labels.yml +++ b/.github/workflows/create-labels.yml @@ -33,7 +33,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_CREATELABELBOT }} application_private_key: ${{ secrets.PEM_CREATELABELBOT }} diff --git a/.github/workflows/devops-project.yml b/.github/workflows/devops-project.yml index a47df12..0f28c0e 100644 --- a/.github/workflows/devops-project.yml +++ b/.github/workflows/devops-project.yml @@ -34,7 +34,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_ADD_DEVOPS_PROJECT_BOT }} application_private_key: ${{ secrets.PEM_ADD_DEVOPS_PROJECT_BOT }} diff --git a/.github/workflows/fosstars-report.yml b/.github/workflows/fosstars-report.yml index c2ab399..1005226 100644 --- a/.github/workflows/fosstars-report.yml +++ b/.github/workflows/fosstars-report.yml @@ -42,7 +42,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_FOSSTARSBOT }} application_private_key: ${{ secrets.PEM_FOSSTARSBOT }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ea2be71..af17ef0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -73,7 +73,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_CHECKDEPSBOT }} application_private_key: ${{ secrets.PEM_CHECKDEPSBOT }} diff --git a/.github/workflows/pullrequest-linter.yml b/.github/workflows/pullrequest-linter.yml index f69873f..f390376 100644 --- a/.github/workflows/pullrequest-linter.yml +++ b/.github/workflows/pullrequest-linter.yml @@ -31,7 +31,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_PRLINTERBOT }} application_private_key: ${{ secrets.PEM_PRLINTERBOT }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 3628ab2..07c62d3 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -85,7 +85,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_WORKLABELBOT }} application_private_key: ${{ secrets.ID_WORKLABELBOT }} @@ -123,7 +123,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_EMOJIFYBOT }} application_private_key: ${{ secrets.PEM_EMOJIFYBOT }} @@ -160,7 +160,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_CHECKDEPSBOT }} application_private_key: ${{ secrets.PEM_CHECKDEPSBOT }} diff --git a/.github/workflows/rebase-issue.yml b/.github/workflows/rebase-issue.yml index c9323ec..14d14f8 100644 --- a/.github/workflows/rebase-issue.yml +++ b/.github/workflows/rebase-issue.yml @@ -30,7 +30,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_REBASEISSUEBOT }} application_private_key: ${{ secrets.PEM_REBASEISSUEBOT }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1d450de..3b94487 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,7 +29,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_STALEBOT }} application_private_key: ${{ secrets.PEM_STALEBOT }} diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index f8c6e6f..246e057 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -40,7 +40,7 @@ jobs: # More info: https://github.com/peter-murray/workflow-application-token-action. - name: Get token id: get_token - uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 + uses: peter-murray/workflow-application-token-action@cb731e00cb6754f584507134ff389dfb3dc42bbc with: application_id: ${{ secrets.ID_WIKIBOT }} application_private_key: ${{ secrets.PEM_WIKIBOT }}