Skip to content

Commit bbd7d91

Browse files
committed
ICU-23246 Update to latest actions and use hashes
1 parent 78ee8f6 commit bbd7d91

18 files changed

+146
-146
lines changed

.github/workflows/brs-commit-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
commit-report:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525
with:
2626
fetch-tags: true
2727
fetch-depth: 0
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
git fetch origin
3838
- name: Setup Python
39-
uses: actions/setup-python@v6
39+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4040
with:
4141
python-version: '3.12.8'
4242
cache: 'pipenv'

.github/workflows/cache_retain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
if: github.ref == 'refs/heads/main' && github.repository == 'unicode-org/unicodetools'
4343
steps:
4444
- name: Checkout and setup
45-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.1
46-
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
45+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
4747
with:
4848
distribution: 'temurin'
4949
java-version: '11'
5050
- name: Restore read-only cache of local Maven repository
51-
uses: actions/cache/restore@v4.2.0
51+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5252
id: cache
5353
with:
5454
path: ~/.m2/repository

.github/workflows/cifuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
output-sarif: true
4949
sanitizer: ${{ matrix.sanitizer }}
5050
- name: Upload Crash
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5252
if: failure() && steps.build.outcome == 'success'
5353
with:
5454
name: ${{ matrix.sanitizer }}-artifacts
5555
path: ./out/artifacts
5656
- name: Upload Sarif
5757
if: always() && steps.build.outcome == 'success'
58-
uses: github/codeql-action/[email protected].6
58+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
5959
with:
6060
# Path to SARIF file relative to the root of the repository
6161
sarif_file: cifuzz-sarif/results.sarif

0 commit comments

Comments
 (0)