File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
swap-size-gb : 10
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
35
+ uses : github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
- name : Set up JDK 17
46
46
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
47
47
./gradlew assembleDebug
48
48
- name : Perform CodeQL Analysis
49
- uses : github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
49
+ uses : github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
29
29
persist-credentials : false
30
30
31
31
- name : " Run analysis"
32
- uses : ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2 .0
32
+ uses : ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3 .0
33
33
with :
34
34
results_file : results.sarif
35
35
results_format : sarif
36
36
publish_results : false
37
37
38
38
# Upload the results to GitHub's code scanning dashboard.
39
39
- name : " Upload to code-scanning"
40
- uses : github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
40
+ uses : github/codeql-action/upload-sarif@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
41
41
with :
42
42
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments