File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 cache-read-only : ${{ github.event_name == 'pull_request' }}
6464
6565 - name : Initialize CodeQL
66- uses : github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
66+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6767 with :
6868 languages : ${{ matrix.language }}
6969 # using "linked" helps to keep up with the linked Kotlin support
8080 --no-build-cache --no-daemon
8181
8282 - name : Perform CodeQL analysis
83- uses : github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
83+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
8484 with :
8585 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4343 # Upload the results to GitHub's code scanning dashboard (optional).
4444 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4545 - name : " Upload to code-scanning"
46- uses : github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
46+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4747 with :
4848 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0 # needed for merge-base used in modified-files mode
1616
17- - uses : jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
17+ - uses : jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
1818
1919 - name : Lint for pull requests
2020 if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments