From 02e9a3419a062286ef3d04ba78d1daa1933acdaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 22:03:01 +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.0 to 4.0.1. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](https://github.com/peter-murray/workflow-application-token-action/compare/8e4e6fbf6fcc8a272781d97597969d21b3812974...d17e3a9a36850ea89f35db16c1067dd2b68ee343) --- updated-dependencies: - dependency-name: peter-murray/workflow-application-token-action dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 29b7e60..1dd9936 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 3d7d190..2596fda 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 4c0ab59..05afb25 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 33eb984..11ebd82 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 fbc25c5..51fec80 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 2eb7d29..6471e49 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 e80f55d..fa0e593 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 64fe85e..59cd678 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 0433896..d622a5d 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 9d5300b..71cf74b 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 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 2a75b28..7cd499a 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@8e4e6fbf6fcc8a272781d97597969d21b3812974 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ID_WIKIBOT }} application_private_key: ${{ secrets.PEM_WIKIBOT }}