File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
if : github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
11
+ - uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
12
12
id : app-token
13
13
with :
14
14
app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 49
49
50
50
- name : Generate GitHub App Token
51
51
id : token
52
- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
52
+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
53
53
with :
54
54
app-id : ${{ secrets.APP_ID }}
55
55
private-key : ${{ secrets.APP_PEM }}
Original file line number Diff line number Diff line change 66
66
if : github.ref_name == needs.highest-version-tag.outputs.tag
67
67
runs-on : macos-latest
68
68
steps :
69
- - uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
69
+ - uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
70
70
id : app-token
71
71
with :
72
72
app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 10
10
name : open-pr-stats
11
11
if : github.repository_owner == 'hashicorp'
12
12
steps :
13
- - uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
13
+ - uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
14
14
id : app-token
15
15
with :
16
16
app-id : ${{ secrets.APP_ID }}
You can’t perform that action at this time.
0 commit comments