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 42
42
uses : gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
43
43
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
45
+ uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# using "latest" helps to keep up with the latest Kotlin support
57
57
run : ./gradlew assemble --no-build-cache --no-daemon
58
58
59
59
- name : Perform CodeQL analysis
60
- uses : github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
60
+ uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
61
61
with :
62
62
category : " /language:${{matrix.language}}"
63
63
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
47
+ uses : github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
48
48
with :
49
49
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments