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 43
43
uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
44
44
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
46
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
# using "latest" helps to keep up with the latest Kotlin support
58
58
run : ./gradlew assemble --no-build-cache --no-daemon
59
59
60
60
- name : Perform CodeQL analysis
61
- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
61
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
62
62
with :
63
63
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 44
44
# Upload the results to GitHub's code scanning dashboard (optional).
45
45
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
46
46
- name : " Upload to code-scanning"
47
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
47
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
48
48
with :
49
49
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments