Skip to content

Commit 20e56b0

Browse files
authored
Merge pull request #17353 from rancher/dependabot/github_actions/actions/create-github-app-token-3.1.1
Bump actions/create-github-app-token from 3.0.0 to 3.1.1
2 parents 4c6dcf0 + ca7270f commit 20e56b0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/port-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Generate Token
2727
id: generate-token
28-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
28+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2929
with:
3030
app-id: ${{ env.APPID }}
3131
private-key: ${{ env.PRIVATEKEY }}

.github/workflows/port-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Generate Token
2626
id: generate-token
27-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
27+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2828
with:
2929
app-id: ${{ env.APPID }}
3030
private-key: ${{ env.PRIVATEKEY }}

.github/workflows/pr-gh-project-processor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | APP_PEM
3131
- name: Generate Token
3232
id: generate-token
33-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
33+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3434
with:
3535
app-id: ${{ env.APP_ID }}
3636
private-key: ${{ env.APP_PEM }}

0 commit comments

Comments
 (0)