You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
runs-on: ubuntu-latest
13
13
steps:
14
14
- name: Checkout
15
-
uses: actions/checkout@v3
15
+
uses: actions/checkout@v4
16
16
with:
17
17
# Fetch the codeql submodule
18
18
submodules: recursive
@@ -52,7 +52,7 @@ jobs:
52
52
# TODO: Once available, change this to update the cache, see https://github.com/actions/cache/issues/342
53
53
# 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
0 commit comments