File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
56- uses : github/codeql-action/init@v2
56+ uses : github/codeql-action/init@v3
5757 with :
5858 languages : ${{ matrix.language }}
5959 # If you wish to specify custom queries, you can do so here or in a config file.
8181 run : ./gradlew build
8282
8383 - name : Perform CodeQL Analysis
84- uses : github/codeql-action/analyze@v2
84+ uses : github/codeql-action/analyze@v3
8585 with :
8686 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Download Build Artifact
15- uses : dawidd6/action-download-artifact@v2.28 .0
15+ uses : dawidd6/action-download-artifact@v3.0 .0
1616 with :
1717 workflow : preview-and-release.yml
1818 workflow_conclusion : success
Original file line number Diff line number Diff line change 7474 name : drop
7575 path : artifacts/current/
7676 - name : Download Last Successful Build
77- uses : dawidd6/action-download-artifact@v2.28 .0
77+ uses : dawidd6/action-download-artifact@v3.0 .0
7878 with :
7979 workflow : preview-and-release.yml
8080 workflow_conclusion : success
You can’t perform that action at this time.
0 commit comments