2626 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - name : Check ODC Data Cache
2828 id : odc-data-cache
29- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
29+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3030 with :
3131 path : core/target/data
3232 key : odc-data
4343 check-latest : true
4444 cache : ' maven'
4545 cache-dependency-path : ' **/pom.xml'
46- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
46+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
4747 with :
4848 node-version : 24
4949 - run : npm install -g corepack && corepack enable
@@ -61,29 +61,29 @@ 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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
64+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
69+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
74+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
79+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
8080 with :
8181 sarif_file : core/target/spotbugsSarif.json
8282 category : spotbugs-core
8383 - name : Archive Snapshot
8484 if : matrix.jdk_test_version == matrix.jdk_default_version
8585 id : archive-snapshot
86- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
86+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8787 with :
8888 name : archive-snapshot
8989 retention-days : 1
@@ -110,13 +110,13 @@ jobs:
110110 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111111 - name : Maven Integration Test Cache
112112 id : maven-it-cache
113- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
113+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
114114 with :
115115 path : maven/target/local-repo
116116 key : mvn-it-repo
117117 - name : Check ODC Data Cache
118118 id : odc-data-cache
119- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
119+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
120120 with :
121121 path : core/target/data
122122 key : odc-data
@@ -133,7 +133,7 @@ jobs:
133133 check-latest : true
134134 cache : ' maven'
135135 cache-dependency-path : ' **/pom.xml'
136- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
136+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
137137 with :
138138 node-version : 24
139139 - run : npm install -g corepack && corepack enable
@@ -149,13 +149,13 @@ jobs:
149149 - name : Archive IT test logs
150150 id : archive-logs
151151 if : always()
152- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
152+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
153153 with :
154154 name : it-test-logs-jdk-${{ matrix.jdk_test_version }}
155155 retention-days : 7
156156 path : maven/target/it/**/build.log
157157 - name : Upload SARIF file
158- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
158+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
184+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
185185 with :
186186 sarif_file : target/checkstyle-result.sarif
187187 category : checkstyle
@@ -209,7 +209,7 @@ jobs:
209209 with :
210210 name : archive-snapshot
211211 - name : Set up Docker
212- uses : docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0 .0
212+ uses : docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1 .0
213213 - name : Set up Docker Buildx
214214 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
215215 - name : Build Docker Image
0 commit comments