Skip to content

Commit 594c9b8

Browse files
dependabot[bot]echeran
authored andcommitted
ICU-23054 Bump the github-actions group with 2 updates
See #3490
1 parent f305549 commit 594c9b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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@v3.28.10
58+
uses: github/codeql-action/upload-sarif@v3.28.16
5959
with:
6060
# Path to SARIF file relative to the root of the repository
6161
sarif_file: cifuzz-sarif/results.sarif

.github/workflows/icu_merge_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
139+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
213+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
278+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
279279
with:
280280
name: icu-perf-libs
281281
path: icu4c/source/lib

.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@83923549f688e42b34d0b90ee94725f7c30532fc # v2.25.15
62+
uses: github/codeql-action/upload-sarif@97a2bfd2a3d26d458da69e548f7f859d6fca634d # v2.25.15
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)