File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-22.04
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Fetch CodeQL
24
24
env :
31
31
echo "$RUNNER_TEMP/codeql/" >> $GITHUB_PATH
32
32
33
33
- name : Install Python
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : " 3.9"
37
37
53
53
find c \( -name '*.ql' -or -name '*.qll' \) -print0 | xargs -0 --max-procs "$XARGS_MAX_PROCS" codeql query format --in-place
54
54
55
55
- name : Create Pull Request
56
- uses : peter-evans/create-pull-request@v3
56
+ uses : peter-evans/create-pull-request@v7
57
57
with :
58
58
title : " Upgrade `github/codeql` dependency to ${{ github.event.inputs.codeql_cli_version }}"
59
59
body : |
You can’t perform that action at this time.
0 commit comments