Skip to content

Commit eb83257

Browse files
committed
Update GitHub workflow actions
1 parent 940134a commit eb83257

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
# Fetch the codeql submodule
1818
submodules: recursive
@@ -52,7 +52,7 @@ jobs:
5252
# TODO: Once available, change this to update the cache, see https://github.com/actions/cache/issues/342
5353
# For now include the CodeQL CLI version in the cache key to invalidate the cache, see https://github.com/github/vscode-codeql/issues/730#issuecomment-764855019
5454
- name: Cache CodeQL compilation cache
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: |
5858
~/.codeql

.github/workflows/update-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
# Fetch the codeql submodule
1919
submodules: recursive
@@ -48,7 +48,7 @@ jobs:
4848
# Note: Unfortunately this cannot trigger the regular workflow for the PR automatically, see
4949
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
5050
- name: Create or update pull request
51-
uses: peter-evans/create-pull-request@v5
51+
uses: peter-evans/create-pull-request@v6
5252
if: steps.prepare-update.outcome == 'success'
5353
with:
5454
branch: codeql-update

0 commit comments

Comments
 (0)