Skip to content

Commit 575d50d

Browse files
dependabot[bot]mihnita
authored andcommitted
ICU-23247 Bump the github-actions group with 9 updates
1 parent 5edcbb6 commit 575d50d

File tree

9 files changed

+36
-36
lines changed

9 files changed

+36
-36
lines changed

.github/workflows/cache_retain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
distribution: 'temurin'
4949
java-version: '11'
5050
- name: Restore read-only cache of local Maven repository
51-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
51+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5252
id: cache
5353
with:
5454
path: ~/.m2/repository

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: ./out/artifacts
5656
- name: Upload Sarif
5757
if: always() && steps.build.outcome == 'success'
58-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
58+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5959
with:
6060
# Path to SARIF file relative to the root of the repository
6161
sarif_file: cifuzz-sarif/results.sarif

.github/workflows/icu4c.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ jobs:
408408
steps:
409409
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
410410
- name: Set up MSBuild
411-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2
411+
uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
412412
- name: Install Windows SDK 10.0.22621.0
413413
# See https://github.com/actions/runner-images/issues/13339.
414414
if: contains(matrix.test_flags, 'arm Release')
@@ -442,7 +442,7 @@ jobs:
442442
echo "ICU_DATA_FILTER_FILE=$filterPath" >> $GITHUB_ENV
443443
shell: pwsh
444444
- name: Set up MSBuild
445-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2
445+
uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
446446
- name: Build Solution with Data Filter
447447
run: msbuild icu4c/source/allinone/allinone.sln /p:Configuration=Release /p:Platform=x64
448448

@@ -468,7 +468,7 @@ jobs:
468468
steps:
469469
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
470470
- name: Set up MSBuild
471-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2
471+
uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
472472
- name: Install Windows SDK 10.0.22621.0
473473
# See https://github.com/actions/runner-images/issues/13339.
474474
if: contains(matrix.win_ver, 'ARM64')
@@ -529,7 +529,7 @@ jobs:
529529
steps:
530530
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
531531
- name: Set up MSYS2
532-
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
532+
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0
533533
id: msys2
534534
with:
535535
update: true
@@ -823,13 +823,13 @@ jobs:
823823
runs-on: ubuntu-24.04 # Updated in BRS
824824
steps:
825825
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
826-
- uses: bazel-contrib/setup-bazel@083175551ceeceebc757ebee2127fde78840ca77 # 0.18.0
826+
- uses: bazel-contrib/setup-bazel@c5acdfb288317d0b5c0bbd7a396a3dc868bb0f86 # 0.19.0
827827
- name: Get CI Linux runner VM version
828828
id: linux-version
829829
run: |
830830
echo "LINUX_VERSION=$(grep -F VERSION_ID /etc/os-release | cut -d'"' -f2)" >> $GITHUB_OUTPUT
831831
- name: Mount bazel cache
832-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
832+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
833833
with:
834834
path: "~/.cache/bazel"
835835
key: bazel-${{ runner.os }}-${{ steps.linux-version.outputs.LINUX_VERSION }}

.github/workflows/icu4j.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout and setup
5050
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
- name: Cache local Maven repository
52-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
52+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5353
with:
5454
path: ~/.m2/repository
5555
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
fetch-depth: 0 # fetch all branches so that Spotless can resolve `origin/main`
8080
- name: Restore read-only cache of local Maven repository
81-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
81+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8282
id: cache
8383
with:
8484
path: ~/.m2/repository
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
fetch-depth: 0
108108
- name: Restore read-only cache of local Maven repository
109-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
109+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
110110
id: cache
111111
with:
112112
path: ~/.m2/repository
@@ -163,7 +163,7 @@ jobs:
163163
- name: Checkout and setup
164164
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
165165
- name: Restore read-only cache of local Maven repository
166-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
166+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
167167
id: cache
168168
with:
169169
path: ~/.m2/repository
@@ -192,7 +192,7 @@ jobs:
192192
- name: Checkout and setup
193193
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
194194
- name: Restore read-only cache of local Maven repository
195-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
195+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
196196
id: cache
197197
with:
198198
path: ~/.m2/repository
@@ -229,7 +229,7 @@ jobs:
229229
- name: Checkout and setup
230230
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
231231
- name: Restore read-only cache of local Maven repository
232-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
232+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
233233
id: cache
234234
with:
235235
path: ~/.m2/repository

.github/workflows/icu_common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Checkout and setup
5656
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5757
- name: Cache local Maven repository
58-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
58+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5959
with:
6060
path: ~/.m2/repository
6161
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7979
- name: Restore read-only cache of local Maven repository
80-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
80+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8181
id: cache
8282
with:
8383
path: ~/.m2/repository

.github/workflows/icu_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
- name: Checkout
4343
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- name: Setup Ruby
45-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
45+
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
4646
with:
4747
ruby-version: '2.7.4' # Not needed with a .ruby-version file
4848
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4949
cache-version: 0 # Increment this number if you need to re-download cached gems
5050
- name: Setup Pages
5151
id: pages
52-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
52+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
5353
with:
5454
generator_config_file: docs/_config.yml
5555
- name: Build with Jekyll

.github/workflows/icu_merge_ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout and setup
4242
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
- name: Cache local Maven repository
44-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
44+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4545
with:
4646
path: ~/.m2/repository
4747
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout and setup
6464
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6565
- name: Lookup read-only cache of local Maven repository
66-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
66+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6767
with:
6868
path: ~/.m2/repository
6969
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -136,7 +136,7 @@ jobs:
136136
- name: Create directory for lib files
137137
run: mkdir icu4c/source/perflib
138138
- name: Get ICU libs
139-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
139+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
140140
with:
141141
name: icu-perf-libs
142142
path: icu4c/source/lib
@@ -210,7 +210,7 @@ jobs:
210210
- name: Create directory for lib files
211211
run: mkdir icu4c/source/perflib
212212
- name: Get ICU libs
213-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
213+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
214214
with:
215215
name: icu-perf-libs
216216
path: icu4c/source/lib
@@ -275,7 +275,7 @@ jobs:
275275
- name: Create directory for lib files
276276
run: mkdir icu4c/source/perflib
277277
- name: Get ICU libs
278-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
278+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
279279
with:
280280
name: icu-perf-libs
281281
path: icu4c/source/lib
@@ -323,7 +323,7 @@ jobs:
323323
- name: Checkout and setup
324324
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
325325
- name: Lookup read-only cache of local Maven repository
326-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
326+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
327327
with:
328328
path: ~/.m2/repository
329329
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -375,7 +375,7 @@ jobs:
375375
- name: Checkout and setup
376376
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
377377
- name: Lookup read-only cache of local Maven repository
378-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
378+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
379379
with:
380380
path: ~/.m2/repository
381381
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -430,7 +430,7 @@ jobs:
430430
- name: Checkout and setup
431431
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
432432
- name: Lookup read-only cache of local Maven repository
433-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
433+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
434434
with:
435435
path: ~/.m2/repository
436436
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -490,7 +490,7 @@ jobs:
490490
- name: Checkout and setup
491491
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
492492
- name: Lookup read-only cache of local Maven repository
493-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
493+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
494494
with:
495495
path: ~/.m2/repository
496496
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -620,7 +620,7 @@ jobs:
620620
- name: Checkout and setup
621621
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
622622
- name: Lookup read-only cache of local Maven repository
623-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
623+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
624624
with:
625625
path: ~/.m2/repository
626626
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -694,7 +694,7 @@ jobs:
694694
- name: Checkout and setup
695695
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
696696
- name: Lookup read-only cache of local Maven repository
697-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
697+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
698698
with:
699699
path: ~/.m2/repository
700700
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -778,7 +778,7 @@ jobs:
778778
steps:
779779
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
780780
- name: Set up MSBuild
781-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2
781+
uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
782782
- name: Build Solution
783783
run: msbuild icu4c/source/allinone/allinone.sln /p:Configuration=${{ matrix.config }} /p:Platform=${{ matrix.platform }}
784784
- name: Run Tests (icucheck.bat)
@@ -809,7 +809,7 @@ jobs:
809809
git config --global core.autocrlf input
810810
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
811811
- name: Restore Cygwin cache
812-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
812+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
813813
with:
814814
path: ${{ env.CYG_CACHE }}
815815
key: ${{ hashFiles('.github/workflows/icu_merge_ci.yml') }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959

6060
# Upload the results to GitHub's code scanning dashboard.
6161
- name: "Upload to code-scanning"
62-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
62+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6363
with:
6464
sarif_file: results.sarif

.github/workflows/update-gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
- name: Checkout
5555
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5656
- name: Setup Ruby
57-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
57+
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
5858
with:
5959
ruby-version: '2.7.4' # Not needed with a .ruby-version file
6060
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
6161
cache-version: 0 # Increment this number if you need to re-download cached gems
6262
- name: Setup Pages
6363
id: pages
64-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
64+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
6565
with:
6666
generator_config_file: docs/_config.yml
6767
- name: Build with Jekyll
@@ -180,7 +180,7 @@ jobs:
180180
needs: [buildsite, errorprone, coverage]
181181
steps:
182182
- name: Download artifacts
183-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
183+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
184184
with: # not using a name, so than all artifacts of the run are downloaded, then merged
185185
path: docs/_site
186186
merge-multiple: true
@@ -203,4 +203,4 @@ jobs:
203203
steps:
204204
- name: Deploy to GitHub Pages
205205
id: deployment
206-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
206+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)