Skip to content

Commit 1faed70

Browse files
chore(deps): pin actions/create-github-app-token action to df432ce
1 parent 0d0e27e commit 1faed70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Create GitHub App token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
2222
id: app-token
2323
with:
2424
# required

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Create GitHub App token
18-
uses: actions/create-github-app-token@v2
18+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
1919
id: app-token
2020
with:
2121
# required

0 commit comments

Comments
 (0)