File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
11
+ - uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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 71
71
steps :
72
72
- name : Generate GitHub App Token
73
73
id : token
74
- uses : actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
74
+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
75
75
with :
76
76
app-id : ${{ secrets.APP_ID }}
77
77
private-key : ${{ secrets.APP_PEM }}
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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
52
+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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 @@ -122,7 +122,7 @@ jobs:
122
122
steps :
123
123
- name : Generate GitHub App Token
124
124
id : token
125
- uses : actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
125
+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
126
126
with :
127
127
app-id : ${{ secrets.APP_ID }}
128
128
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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
69
+ - uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
13
+ - uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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