File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
if : |
45
45
(github.event_name == 'release') ||
46
46
(github.event_name == 'workflow_dispatch' && inputs.dry-run == false)
47
- uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
47
+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
48
48
id : app-token
49
49
with :
50
50
app-id : " ${{ secrets.BOT_APP_ID }}"
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Generate Token
32
- uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
32
+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
33
33
id : app-token
34
34
with :
35
35
app-id : " ${{ secrets.BOT_APP_ID }}"
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Generate Token
14
- uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
14
+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
15
15
id : app-token
16
16
with :
17
17
app-id : " ${{ secrets.BOT_APP_ID }}"
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Generate Token
29
- uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
29
+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
30
30
id : app-token
31
31
with :
32
32
app-id : " ${{ secrets.BOT_APP_ID }}"
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Generate Token
27
- uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
27
+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
28
28
id : app-token
29
29
with :
30
30
app-id : ' ${{ secrets.BOT_APP_ID }}'
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
32
33
33
- name : Generate Token
34
- uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
34
+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
35
35
id : app-token
36
36
with :
37
37
app-id : ' ${{ secrets.BOT_APP_ID }}'
You can’t perform that action at this time.
0 commit comments