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 1818 runs-on : ubuntu-22.04
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222
2323 - name : Fetch CodeQL
2424 env :
3131 echo "$RUNNER_TEMP/codeql/" >> $GITHUB_PATH
3232
3333 - name : Install Python
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : " 3.9"
3737
5353 find c \( -name '*.ql' -or -name '*.qll' \) -print0 | xargs -0 --max-procs "$XARGS_MAX_PROCS" codeql query format --in-place
5454
5555 - name : Create Pull Request
56- uses : peter-evans/create-pull-request@v3
56+ uses : peter-evans/create-pull-request@v7
5757 with :
5858 title : " Upgrade `github/codeql` dependency to ${{ github.event.inputs.codeql_cli_version }}"
5959 body : |
You can’t perform that action at this time.
0 commit comments