Commit 170b3a8 1 parent 3d629f0 commit 170b3a8 Copy full SHA for 170b3a8
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 87
87
uses : docker/setup-buildx-action@v3
88
88
89
89
- name : Generate Token
90
- uses : actions/create-github-app-token@v1.9.2
90
+ uses : actions/create-github-app-token@v1.9.3
91
91
id : generate-token
92
92
with :
93
93
app-id : " ${{ secrets.APP_ID }}"
@@ -212,7 +212,7 @@ jobs:
212
212
uses : docker/setup-buildx-action@v3
213
213
214
214
- name : Generate Token
215
- uses : actions/create-github-app-token@v1.9.2
215
+ uses : actions/create-github-app-token@v1.9.3
216
216
id : generate-token
217
217
with :
218
218
app-id : " ${{ secrets.APP_ID }}"
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Generate Token
22
- uses : actions/create-github-app-token@v1.9.2
22
+ uses : actions/create-github-app-token@v1.9.3
23
23
id : generate-token
24
24
with :
25
25
app-id : " ${{ secrets.APP_ID }}"
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
19
20
20
- name : Generate Token
21
- uses : actions/create-github-app-token@v1.9.2
21
+ uses : actions/create-github-app-token@v1.9.3
22
22
id : generate-token
23
23
with :
24
24
app-id : " ${{ secrets.APP_ID }}"
Original file line number Diff line number Diff line change 45
45
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
46
46
47
47
- name : Generate Token
48
- uses : actions/create-github-app-token@v1.9.2
48
+ uses : actions/create-github-app-token@v1.9.3
49
49
id : generate-token
50
50
with :
51
51
app-id : " ${{ secrets.APP_ID }}"
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-22.04
26
26
steps :
27
27
- name : " Generate Short Lived OAuth App Token (ghs_*)"
28
- uses : actions/create-github-app-token@v1.9.2
28
+ uses : actions/create-github-app-token@v1.9.3
29
29
id : app-token
30
30
with :
31
31
app-id : " ${{ secrets.APP_ID }}"
You can’t perform that action at this time.
0 commit comments