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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ jobs:
57
57
# 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
58
58
steps:
59
59
- name: Checkout repository
60
-
uses: actions/checkout@v4
60
+
uses: actions/checkout@v5
61
61
62
62
# Add any setup steps before running the `github/codeql-action/init` action.
63
63
# This includes steps like installing compilers or runtimes (`actions/setup-node`
0 commit comments