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
@@ -26,15 +26,15 @@ jobs:
26
26
27
27
steps:
28
28
- name: Checkout repository
29
-
uses: actions/checkout@v3
29
+
uses: actions/checkout@v4
30
30
31
31
# Initializes the CodeQL tools for scanning.
32
32
- name: Initialize CodeQL
33
-
uses: github/codeql-action/init@v2
33
+
uses: github/codeql-action/init@v3
34
34
with:
35
35
languages: python
36
36
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
0 commit comments