File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
done
40
40
41
41
- name : Generate Token
42
- uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
42
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
43
43
id : generate-token
44
44
with :
45
45
app-id : ${{ secrets.SCS_APP_ID }}
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- name : Generate Token
17
- uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
17
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
18
18
id : generate-token
19
19
with :
20
20
app-id : ${{ secrets.SCS_APP_ID }}
21
21
private-key : ${{ secrets.SCS_APP_PRIVATE_KEY }}
22
22
23
23
- name : Link Checker
24
- uses : lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10 .0
24
+ uses : lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4 .0
25
25
id : lychee
26
26
env :
27
27
GITHUB_TOKEN : " ${{ steps.generate-token.outputs.token }}"
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
35
35
- name : Generate Token
36
- uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
36
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
37
37
id : generate-token
38
38
with :
39
39
app-id : ${{ secrets.SCS_APP_ID }}
You can’t perform that action at this time.
0 commit comments