File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
11
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
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 39
39
CURRENT_LABELS : ${{ github.event_name == 'issues' && toJSON(github.event.issue.labels.*.name) || toJSON(github.event.pull_request.labels.*.name) }}
40
40
GH_CLI_SUBCOMMAND : ${{ github.event_name == 'pull_request_target' && 'pr' || 'issue' }}
41
41
steps :
42
- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
42
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
43
43
id : token
44
44
with :
45
45
app-id : ${{ secrets.APP_ID }}
@@ -220,7 +220,7 @@ jobs:
220
220
]
221
221
}
222
222
223
- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
223
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
224
224
if : github.event_name == 'schedule'
225
225
id : token
226
226
with :
Original file line number Diff line number Diff line change 80
80
enable-versioned-regex : 0
81
81
include-title : 1
82
82
83
- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
83
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
84
84
id : token
85
85
if : github.event_name == 'issues'
86
86
with :
You can’t perform that action at this time.
0 commit comments