Skip to content

Commit 25e495b

Browse files
⬆️upgrade(ci): Bump peter-murray/workflow-application-token-action (#108)
Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](peter-murray/workflow-application-token-action@8e1ba3b...dc04139) --- updated-dependencies: - dependency-name: peter-murray/workflow-application-token-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3157519 commit 25e495b

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

.github/workflows/auto-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# More info: https://github.com/peter-murray/workflow-application-token-action.
1919
- name: Get token
2020
id: get_token
21-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
21+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
2222
with:
2323
application_id: ${{ secrets.ID_AUTOSYNCHROBOT }}
2424
application_private_key: ${{ secrets.PEM_AUTOSYNCHROBOT }}

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# More info: https://github.com/peter-murray/workflow-application-token-action.
3434
- name: Get token
3535
id: get_token
36-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
36+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
3737
with:
3838
application_id: ${{ secrets.ID_AUTOUPDATEBOT }}
3939
application_private_key: ${{ secrets.PEM_AUTOUPDATEBOT }}

.github/workflows/create-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# More info: https://github.com/peter-murray/workflow-application-token-action.
3434
- name: Get token
3535
id: get_token
36-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
36+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
3737
with:
3838
application_id: ${{ secrets.ID_CREATELABELBOT }}
3939
application_private_key: ${{ secrets.PEM_CREATELABELBOT }}

.github/workflows/devops-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# More info: https://github.com/peter-murray/workflow-application-token-action.
3535
- name: Get token
3636
id: get_token
37-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
37+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
3838
with:
3939
application_id: ${{ secrets.ID_ADD_DEVOPS_PROJECT_BOT }}
4040
application_private_key: ${{ secrets.PEM_ADD_DEVOPS_PROJECT_BOT }}

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# More info: https://github.com/peter-murray/workflow-application-token-action.
4343
- name: Get token
4444
id: get_token
45-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
45+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
4646
with:
4747
application_id: ${{ secrets.ID_FOSSTARSBOT }}
4848
application_private_key: ${{ secrets.PEM_FOSSTARSBOT }}

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# More info: https://github.com/peter-murray/workflow-application-token-action.
7474
- name: Get token
7575
id: get_token
76-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
76+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
7777
with:
7878
application_id: ${{ secrets.ID_CHECKDEPSBOT }}
7979
application_private_key: ${{ secrets.PEM_CHECKDEPSBOT }}

.github/workflows/pullrequest-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# More info: https://github.com/peter-murray/workflow-application-token-action.
3232
- name: Get token
3333
id: get_token
34-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
34+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
3535
with:
3636
application_id: ${{ secrets.ID_PRLINTERBOT }}
3737
application_private_key: ${{ secrets.PEM_PRLINTERBOT }}

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# More info: https://github.com/peter-murray/workflow-application-token-action.
8686
- name: Get token
8787
id: get_token
88-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
88+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
8989
with:
9090
application_id: ${{ secrets.ID_WORKLABELBOT }}
9191
application_private_key: ${{ secrets.ID_WORKLABELBOT }}
@@ -123,7 +123,7 @@ jobs:
123123
# More info: https://github.com/peter-murray/workflow-application-token-action.
124124
- name: Get token
125125
id: get_token
126-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
126+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
127127
with:
128128
application_id: ${{ secrets.ID_EMOJIFYBOT }}
129129
application_private_key: ${{ secrets.PEM_EMOJIFYBOT }}
@@ -160,7 +160,7 @@ jobs:
160160
# More info: https://github.com/peter-murray/workflow-application-token-action.
161161
- name: Get token
162162
id: get_token
163-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
163+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
164164
with:
165165
application_id: ${{ secrets.ID_CHECKDEPSBOT }}
166166
application_private_key: ${{ secrets.PEM_CHECKDEPSBOT }}

.github/workflows/rebase-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# More info: https://github.com/peter-murray/workflow-application-token-action.
3131
- name: Get token
3232
id: get_token
33-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
33+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
3434
with:
3535
application_id: ${{ secrets.ID_REBASEISSUEBOT }}
3636
application_private_key: ${{ secrets.PEM_REBASEISSUEBOT }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# More info: https://github.com/peter-murray/workflow-application-token-action.
3030
- name: Get token
3131
id: get_token
32-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
32+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
3333
with:
3434
application_id: ${{ secrets.ID_STALEBOT }}
3535
application_private_key: ${{ secrets.PEM_STALEBOT }}

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# More info: https://github.com/peter-murray/workflow-application-token-action.
4141
- name: Get token
4242
id: get_token
43-
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db
43+
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
4444
with:
4545
application_id: ${{ secrets.ID_WIKIBOT }}
4646
application_private_key: ${{ secrets.PEM_WIKIBOT }}

0 commit comments

Comments
 (0)