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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ jobs:
33
33
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
34
34
35
35
steps:
36
+
# Checkout must be first
37
+
- name: Checkout repository
38
+
uses: actions/checkout@v4
39
+
36
40
# Initializes the CodeQL tools for scanning.
37
41
- name: Initialize CodeQL
38
42
uses: github/codeql-action/init@v3
@@ -45,12 +49,10 @@ jobs:
45
49
# 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
46
50
# queries: security-extended,security-and-quality
47
51
48
-
- uses: actions/checkout@v3
49
-
50
52
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
51
53
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments