Skip to content

Commit 6f00f92

Browse files
chore(ci)!: actions/create-github-app-token action ( v1 → v2 )
1 parent a122797 commit 6f00f92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: echo "LOWERCASE_REPO_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV
5050

5151
- name: Generate Token
52-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
52+
uses: actions/create-github-app-token@4821f52fa7a8e45784f1d99cdb1c27bec9f00720 # v2
5353
id: app-token
5454
with:
5555
app-id: "${{ secrets.BOT_APP_ID }}"
@@ -143,7 +143,7 @@ jobs:
143143
echo "${{ matrix.image.version }}" | grep -E "[a-zA-Z0-9_\.\-]+" || "Image Version is invalid"
144144
145145
- name: Generate Token
146-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
146+
uses: actions/create-github-app-token@4821f52fa7a8e45784f1d99cdb1c27bec9f00720 # v2
147147
id: app-token
148148
with:
149149
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/render-readmes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ["ghar-set-zoo"]
1818
steps:
1919
- name: Generate Token
20-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
20+
uses: actions/create-github-app-token@4821f52fa7a8e45784f1d99cdb1c27bec9f00720 # v2
2121
id: app-token
2222
with:
2323
app-id: "${{ secrets.BOT_APP_ID }}"

0 commit comments

Comments
 (0)