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 88 if : github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
11+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1212 id : app-token
1313 with :
1414 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 3939 CURRENT_LABELS : ${{ github.event_name == 'issues' && toJSON(github.event.issue.labels.*.name) || toJSON(github.event.pull_request.labels.*.name) }}
4040 GH_CLI_SUBCOMMAND : ${{ github.event_name == 'pull_request_target' && 'pr' || 'issue' }}
4141 steps :
42- - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
42+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
4343 id : token
4444 with :
4545 app-id : ${{ secrets.APP_ID }}
@@ -220,7 +220,7 @@ jobs:
220220 ]
221221 }
222222
223- - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
223+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
224224 if : github.event_name == 'schedule'
225225 id : token
226226 with :
Original file line number Diff line number Diff line change 8080 enable-versioned-regex : 0
8181 include-title : 1
8282
83- - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
83+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
8484 id : token
8585 if : github.event_name == 'issues'
8686 with :
You can’t perform that action at this time.
0 commit comments