Skip to content

Commit 1de40c0

Browse files
build(deps): bump the actions-deps group with 8 updates (#8472)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74678b0 commit 1de40c0

8 files changed

Lines changed: 48 additions & 48 deletions

.github/workflows/build-pull-requests.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/build-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
- name: Maven Integration Test Cache
3232
id: maven-it-cache
33-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
33+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3434
with:
3535
path: maven/target/local-repo
3636
key: mvn-it-repo
3737
- name: Check ODC Data Cache
3838
id: odc-data-cache
39-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
39+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4040
with:
4141
path: core/target/data
4242
key: odc-data
@@ -54,7 +54,7 @@ jobs:
5454
server-id: central
5555
server-username: ${{ secrets.CENTRAL_USER }}
5656
server-password: ${{ secrets.CENTRAL_PASSWORD }}
57-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
57+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5858
with:
5959
node-version: 24
6060
- run: npm install -g corepack && corepack enable
@@ -82,7 +82,7 @@ jobs:
8282
--no-transfer-progress --batch-mode -Dstyle.color=always
8383
- name: Archive code coverage results
8484
id: archive-coverage
85-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
85+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8686
with:
8787
name: code-coverage-report
8888
retention-days: 7
@@ -91,7 +91,7 @@ jobs:
9191
**/target/jacoco-results/**/*.html
9292
- name: Archive Release
9393
id: archive-release
94-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
94+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9595
with:
9696
name: archive-release
9797
retention-days: 7
@@ -104,7 +104,7 @@ jobs:
104104
target/*.buildinfo
105105
- name: Archive Site
106106
id: archive-site
107-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
107+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108108
with:
109109
name: archive-site
110110
retention-days: 7
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- name: Check Docker ODC Cache
122122
id: docker-odc-cache
123-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
123+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
124124
with:
125125
path: ~/OWASP-Dependency-Check
126126
key: docker-repo
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
name: archive-release
141141
- name: Set up Docker
142-
uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0
142+
uses: docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1.0
143143
- name: Set up Docker Buildx
144144
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
145145
- name: Build Docker Image

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
- name: Maven Integration Test Cache
3535
id: maven-it-cache
36-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
36+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3737
with:
3838
path: maven/target/local-repo
3939
key: mvn-it-repo
4040
- name: Check ODC Data Cache
4141
id: odc-data-cache
42-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
42+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4343
with:
4444
path: core/target/data
4545
key: odc-data
@@ -59,7 +59,7 @@ jobs:
5959
server-id: central
6060
server-username: ${{ secrets.CENTRAL_USER }}
6161
server-password: ${{ secrets.CENTRAL_PASSWORD }}
62-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
62+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6363
with:
6464
node-version: 24
6565
- run: npm install -g corepack && corepack enable
@@ -85,15 +85,15 @@ jobs:
8585
- name: Archive IT test logs
8686
id: archive-logs
8787
if: always()
88-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
88+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8989
with:
9090
name: it-test-logs-jdk-${{ matrix.jdk_test_version }}
9191
retention-days: 7
9292
path: maven/target/it/**/build.log
9393
- name: Archive code coverage results
9494
if: matrix.jdk_test_version == matrix.jdk_default_version
9595
id: archive-coverage
96-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
96+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9797
with:
9898
name: code-coverage-report
9999
retention-days: 7
@@ -103,7 +103,7 @@ jobs:
103103
- name: Archive Snapshot
104104
if: matrix.jdk_test_version == matrix.jdk_default_version
105105
id: archive-snapshot
106-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
106+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
107107
with:
108108
name: archive-snapshot
109109
retention-days: 7
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
name: archive-snapshot
139139
- name: Set up Docker
140-
uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0
140+
uses: docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1.0
141141
- name: Set up Docker Buildx
142142
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
143143
- name: Build Docker Image

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
40+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4141
with:
4242
languages: ${{ matrix.language }}
4343
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,4 +61,4 @@ jobs:
6161
mvn -s settings.xml clean package -DskipTests=true --no-transfer-progress --batch-mode -Dstyle.color=always
6262
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
64+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2

.github/workflows/false-positive-approvals.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
2727
ref: generatedSuppressions
28-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
28+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2929
- run: |
3030
npm install fast-xml-parser@4.0.9
3131
npm install fs
3232
- name: Commit Suppression Rule
3333
id: fp-ops-commit
34-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
34+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3535
with:
3636
script: |
3737
const { execSync } = require("child_process");
@@ -168,7 +168,7 @@ jobs:
168168
target-folder: suppressions
169169
- name: Message failure
170170
if: ${{ failure() || steps.fp-ops-commit.outputs.failed }}
171-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
171+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
172172
with:
173173
script: |
174174
github.rest.issues.createComment({

.github/workflows/false-positive-ops.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Remove Labels
1717
if: contains(github.event.issue.labels.*.name, 'pending more information')
18-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
18+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1919
with:
2020
script: |
2121
github.rest.issues.removeLabel({
@@ -36,12 +36,12 @@ jobs:
3636
with:
3737
path: odc
3838
- name: Parse False Positive Issue
39-
uses: stefanbuck/github-issue-parser@10dcc54158ba4c137713d9d69d70a2da63b6bda3 # v3.2.3
39+
uses: stefanbuck/github-issue-parser@cb6e97157cbf851e3a393ff8d57c93a484cc323f # v3.2.5
4040
id: issue-parser
4141
with:
4242
issue-body: ${{ github.event.issue.body }}
4343
template-path: odc/.github/ISSUE_TEMPLATE/false-positive-report.yml
44-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
44+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4545
with:
4646
node-version: 14
4747
- name: Initialize npm
@@ -50,7 +50,7 @@ jobs:
5050
npm install packageurl-js
5151
- name: Parse Package URL
5252
id: purl-parser
53-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
53+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5454
env:
5555
PURL: ${{ fromJSON(steps.issue-parser.outputs.jsonString).purl }}
5656
with:
@@ -126,7 +126,7 @@ jobs:
126126
dotnet publish
127127
cd ..
128128
- name: "Check for setup complete"
129-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
129+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
130130
id: check_files
131131
with:
132132
files: "./fp-project"
@@ -144,13 +144,13 @@ jobs:
144144
--ossIndexPassword ${{ secrets.OSS_INDEX_API_TOKEN }}
145145
- name: Upload FP Report
146146
if: steps.check_files.outputs.files_exists == 'true'
147-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
147+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
148148
with:
149149
name: FP Report
150150
path: ${{github.workspace}}/reports
151151
- name: Comment on maven issue
152152
if: ${{ fromJSON(steps.purl-parser.outputs.result).type == 'maven' }}
153-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
153+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
154154
env:
155155
GROUPID: ${{ fromJSON(steps.purl-parser.outputs.result).namespace }}
156156
ARTIFACTID: ${{ fromJSON(steps.purl-parser.outputs.result).name }}
@@ -201,7 +201,7 @@ jobs:
201201
})
202202
- name: Comment on npm issue
203203
if: ${{ fromJSON(steps.purl-parser.outputs.result).type == 'npm' }}
204-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
204+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
205205
env:
206206
NAME: ${{ fromJSON(steps.purl-parser.outputs.result).name }}
207207
VERSION: ${{ fromJSON(steps.purl-parser.outputs.result).version }}
@@ -248,7 +248,7 @@ jobs:
248248
})
249249
- name: Comment on dotnet issue
250250
if: ${{ fromJSON(steps.purl-parser.outputs.result).type == 'nuget' }}
251-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
251+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
252252
env:
253253
NAME: ${{ fromJSON(steps.purl-parser.outputs.result).name }}
254254
VERSION: ${{ fromJSON(steps.purl-parser.outputs.result).version }}
@@ -295,7 +295,7 @@ jobs:
295295
296296
- name: Message failure
297297
if: ${{ failure() }}
298-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
298+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
299299
with:
300300
script: |
301301
github.rest.issues.createComment({

.github/workflows/publish-suppressions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
ref: generatedSuppressions
18-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
18+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1919
- run: |
2020
npm install fs
2121
- name: Create Generated Suppressions XML
22-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
22+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2323
with:
2424
script: |
2525
const fs = require('fs');

.github/workflows/purge-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
- name: Maven Integration Test Cache
1515
id: maven-it-cache
16-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
16+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1717
with:
1818
path: maven/target/local-repo
1919
key: mvn-it-repo
2020
- name: Check ODC Data Cache
2121
id: odc-data-cache
22-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
22+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2323
with:
2424
path: core/target/data
2525
key: odc-data

0 commit comments

Comments
 (0)