File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
32
32
# Based on https://github.com/github/codeql/blob/45c942866830bec3463598774012a33a2cfaff96/.github/workflows/query-list.yml
33
33
- name : Download CodeQL CLI
34
- uses : dsaltares/fetch-gh-release-asset@1.0.0
34
+ uses : dsaltares/fetch-gh-release-asset@1.1.1
35
35
with :
36
36
repo : " github/codeql-cli-binaries"
37
37
version : ${{ format('tags/{0}', steps.codeql-submodule-version.outputs.version) }}
Original file line number Diff line number Diff line change 47
47
# Note: Unfortunately this cannot trigger the regular workflow for the PR automatically, see
48
48
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
49
49
- name : Create or update pull request
50
- uses : peter-evans/create-pull-request@v4
50
+ uses : peter-evans/create-pull-request@v5
51
51
if : steps.prepare-update.outcome == 'success'
52
52
with :
53
53
branch : codeql-update
You can’t perform that action at this time.
0 commit comments