From e7c462a8199c39d7590df684eae2bfffb78f5a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:02:53 +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 4.0.1 to 5.0.0. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](https://github.com/peter-murray/workflow-application-token-action/compare/d17e3a9a36850ea89f35db16c1067dd2b68ee343...0e48752d10f9c54a8fbc6ceffeca53402347e893) --- updated-dependencies: - dependency-name: peter-murray/workflow-application-token-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 1dd9936..c7a5da2 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 2596fda..ee0d2f5 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 05afb25..ed621c0 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 11ebd82..a47df12 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 51fec80..c2ab399 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 6471e49..ea2be71 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 fa0e593..f69873f 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 ce43db5..3628ab2 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 d622a5d..c9323ec 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 0015003..1d450de 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 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 7cd499a..f8c6e6f 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@d17e3a9a36850ea89f35db16c1067dd2b68ee343 + uses: peter-murray/workflow-application-token-action@0e48752d10f9c54a8fbc6ceffeca53402347e893 with: application_id: ${{ secrets.ID_WIKIBOT }} application_private_key: ${{ secrets.PEM_WIKIBOT }}