File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 with :
4343 persist-credentials : false
4444 - name : " Set up JDK ${{ matrix.java }}"
45- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
45+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
4646 with :
4747 distribution : ' temurin'
4848 java-version : ${{ matrix.java }}
6060 with :
6161 persist-credentials : false
6262 - name : Set up JDK
63- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
63+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
6464 with :
6565 distribution : ' temurin'
6666 java-version : 21
8585 with :
8686 persist-credentials : false
8787 - name : " Set up GraalVM"
88- uses : graalvm/setup-graalvm@0def53c0fd8534bc13416c9469f5be45265824fd # v1.6.3
88+ uses : graalvm/setup-graalvm@5298d94fb55a4f185c602eeac5de1b553882abe2 # v1.6.4
8989 with :
9090 java-version : ${{ matrix.java }}
9191 distribution : ' graalvm'
@@ -106,7 +106,7 @@ jobs:
106106 with :
107107 persist-credentials : false
108108 - name : Set up JDK
109- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
109+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
110110 with :
111111 distribution : ' temurin'
112112 java-version : 17
Original file line number Diff line number Diff line change 2929 persist-credentials : false
3030
3131 - name : Set up JDK
32- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
32+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
3333 with :
3434 distribution : ' temurin'
3535 java-version : ' 17'
Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : Set up JDK
35- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
35+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
3636 with :
3737 distribution : ' temurin'
3838 java-version : ' 17'
Original file line number Diff line number Diff line change 3232 path : ./out/artifacts
3333 - name : Upload Sarif
3434 if : always() && steps.build.outcome == 'success'
35- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
35+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
3636 with :
3737 # Path to SARIF file relative to the root of the repository
3838 sarif_file : cifuzz-sarif/results.sarif
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
4343
4444 - name : Set up JDK
4545 if : ${{ matrix.language == 'java' }}
46- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
46+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
4747 with :
4848 distribution : ' temurin'
4949 java-version : ' 17'
5050 cache : ' maven'
5151
5252 # Initializes the CodeQL tools for scanning
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
54+ uses : github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
5555 with :
5656 languages : ${{ matrix.language }}
5757 build-mode : ${{ matrix.build-mode }}
6767 mvn compile
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
70+ uses : github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
7171 with :
7272 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 3939 persist-credentials : false
4040
4141 - name : " Run analysis"
42- uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
42+ uses : ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
4343 with :
4444 results_file : results.sarif
4545 results_format : sarif
7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
76+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
7777 with :
7878 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments