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
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,7 @@ jobs:
48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
51
-
- name: Checkout repository
52
-
uses: actions/checkout@v4
53
51
54
-
- name: Set up JDK
55
-
uses: actions/setup-java@v4
56
-
with:
57
-
java-version: '11'# Specify the JDK version your project needs
58
-
distribution: 'temurin'
59
-
cache: maven
60
52
61
53
- name: Initialize CodeQL
62
54
uses: github/codeql-action/init@v3
@@ -69,6 +61,13 @@ jobs:
69
61
# For more 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
70
62
queries: security-extended,security-and-quality
71
63
64
+
- name: Set up JDK
65
+
uses: actions/setup-java@v4
66
+
with:
67
+
java-version: '11'# Specify the JDK version your project needs
68
+
distribution: 'temurin'
69
+
cache: maven
70
+
72
71
# If the analyze step fails for one of the languages you are analyzing with
73
72
# "We were unable to automatically build your code", modify the matrix above
74
73
# to set the build mode to "manual" for that language. Then modify this step
0 commit comments