Skip to content

Commit 6278a09

Browse files
committed
Upgrade GitHub Actions versions
Upgrade to versions which use a more recent node.
1 parent 6e89bb1 commit 6278a09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/upgrade_codeql_dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:
@@ -31,7 +31,7 @@ jobs:
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

@@ -53,7 +53,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)