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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,14 @@ jobs:
55
55
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
56
56
steps:
57
57
- name: Checkout repository
58
-
uses: actions/checkout@v4
58
+
uses: actions/checkout@v5.0.0
59
59
60
60
# Initializes the CodeQL tools for scanning.
61
61
- name: Initialize CodeQL
62
62
# cary: Pin the version to the SHA for 2.18.0, since there appears to
63
63
# be a problem with 2.18.1 leading to a "No space left on
0 commit comments