File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
67
67
# Initializes the CodeQL tools for scanning.
68
68
- name : Initialize CodeQL
69
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
69
+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
70
70
with :
71
71
languages : ${{ matrix.language }}
72
72
build-mode : ${{ matrix.build-mode }}
84
84
./gradlew -p plugin --no-daemon --no-build-cache --console=plain --no-configuration-cache -x test -x check
85
85
86
86
- name : Perform CodeQL Analysis
87
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
87
+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
88
88
with :
89
89
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
75
+ uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments