Skip to content

Commit 5abc48d

Browse files
authored
Update App Token Workflow to Latest (#3947)
1 parent 4e417c9 commit 5abc48d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/back-to-development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Get GitHub app token
13-
uses: actions/create-github-app-token@v2
13+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
1414
id: app_token
1515
with:
1616
app-id: ${{ env.APP_ID }}

.github/workflows/build-and-draft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
VERSION="${{ github.event.inputs.version || github.head_ref}}"
2121
echo "VERSION=${VERSION##*/v}" >> $GITHUB_ENV
2222
- name: Get GitHub app token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2424
id: app_token
2525
with:
2626
app-id: ${{ env.APP_ID }}

.github/workflows/create-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Get GitHub app token
15-
uses: actions/create-github-app-token@v2
15+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
1616
id: app_token
1717
with:
1818
app-id: ${{ env.APP_ID }}

.github/workflows/make-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Get GitHub app token
13-
uses: actions/create-github-app-token@v2
13+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
1414
id: app_token
1515
with:
1616
app-id: ${{ env.APP_ID }}

0 commit comments

Comments
 (0)