@@ -61,22 +61,22 @@ jobs:
6161 # Command to be sent to SARIF Multitool
6262 command : ' validate core/target/test-reports/Report.sarif'
6363 - name : Upload SARIF file
64- uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
64+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
6565 with :
6666 sarif_file : utils/target/spotbugsSarif.json
6767 category : spotbugs-utils
6868 - name : Upload SARIF file
69- uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
69+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
7070 with :
7171 sarif_file : cli/target/spotbugsSarif.json
7272 category : spotbugs-cli
7373 - name : Upload SARIF file
74- uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
74+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
7575 with :
7676 sarif_file : ant/target/spotbugsSarif.json
7777 category : spotbugs-ant
7878 - name : Upload SARIF file
79- uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
79+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
8080 with :
8181 sarif_file : core/target/spotbugsSarif.json
8282 category : spotbugs-core
@@ -155,7 +155,7 @@ jobs:
155155 retention-days : 7
156156 path : maven/target/it/**/build.log
157157 - name : Upload SARIF file
158- uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
158+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
159159 with :
160160 sarif_file : maven/target/spotbugsSarif.json
161161 category : spotbugs-maven
@@ -181,7 +181,7 @@ jobs:
181181 run : |
182182 mvn -V -s settings.xml checkstyle:checkstyle-aggregate --no-transfer-progress --batch-mode -Dstyle.color=always
183183 - name : Upload SARIF file
184- uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
184+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
185185 with :
186186 sarif_file : target/checkstyle-result.sarif
187187 category : checkstyle
0 commit comments