@@ -45,22 +45,22 @@ jobs:
4545 # Command to be sent to SARIF Multitool
4646 command : ' validate core/target/test-reports/Report.sarif'
4747 - name : Upload SARIF file
48- uses : github/codeql-action/upload-sarif@v3
48+ uses : github/codeql-action/upload-sarif@v4
4949 with :
5050 sarif_file : utils/target/spotbugsSarif.json
5151 category : spotbugs-utils
5252 - name : Upload SARIF file
53- uses : github/codeql-action/upload-sarif@v3
53+ uses : github/codeql-action/upload-sarif@v4
5454 with :
5555 sarif_file : cli/target/spotbugsSarif.json
5656 category : spotbugs-cli
5757 - name : Upload SARIF file
58- uses : github/codeql-action/upload-sarif@v3
58+ uses : github/codeql-action/upload-sarif@v4
5959 with :
6060 sarif_file : ant/target/spotbugsSarif.json
6161 category : spotbugs-ant
6262 - name : Upload SARIF file
63- uses : github/codeql-action/upload-sarif@v3
63+ uses : github/codeql-action/upload-sarif@v4
6464 with :
6565 sarif_file : core/target/spotbugsSarif.json
6666 category : spotbugs-core
@@ -120,7 +120,7 @@ jobs:
120120 retention-days : 7
121121 path : maven/target/it/**/build.log
122122 - name : Upload SARIF file
123- uses : github/codeql-action/upload-sarif@v3
123+ uses : github/codeql-action/upload-sarif@v4
124124 with :
125125 sarif_file : maven/target/spotbugsSarif.json
126126 category : spotbugs-maven
@@ -152,7 +152,7 @@ jobs:
152152 run : |
153153 mvn -V -s settings.xml checkstyle:checkstyle-aggregate --no-transfer-progress --batch-mode
154154 - name : Upload SARIF file
155- uses : github/codeql-action/upload-sarif@v3
155+ uses : github/codeql-action/upload-sarif@v4
156156 with :
157157 sarif_file : target/checkstyle-result.sarif
158158 category : checkstyle
0 commit comments