Skip to content

Commit d26138c

Browse files
Bump actions/create-github-app-token from 2.2.1 to 2.2.2 (#85)
1 parent 2b95b8d commit d26138c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/__lockfile__.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: actions/checkout@v6
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
- name: actions/create-github-app-token@v2
22-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
22+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
2323
- name: actions/download-artifact@v6
2424
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
2525
- name: actions/setup-node@v6

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- name: Create app token
6969
id: app-token
70-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
70+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
7171
with:
7272
app-id: ${{ secrets.PKL_CI_CLIENT_ID }}
7373
private-key: ${{ secrets.PKL_CI }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- name: Create app token
9393
id: app-token
94-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
94+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
9595
with:
9696
app-id: ${{ secrets.PKL_CI_CLIENT_ID }}
9797
private-key: ${{ secrets.PKL_CI }}

0 commit comments

Comments
 (0)