Skip to content

Commit eb63250

Browse files
authored
Merge pull request #5 from unisoncomputing/pinned-actions
Pin all GitHub Actions
2 parents a342ea5 + 53fa0b8 commit eb63250

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cloud-client-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- 'trunk-build'
2424
steps:
2525
- name: Check out repository code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Restore cached ucm release
2828
id: restore-cached-ucm
29-
uses: actions/cache/restore@v4
29+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
3030
with:
3131
path: |
3232
/opt/unisonlanguage
@@ -39,7 +39,7 @@ jobs:
3939
run: ./install-ucm.sh
4040
- name: Cache Unison codebase
4141
id: cache-unison-codebase
42-
uses: actions/cache@v4
42+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
4343
with:
4444
path: unison-code
4545
key: unison-codebase-ucm_${{ matrix.ucm-release-version }}-cloud-client_${{ matrix.cloud-client-version }}
@@ -55,7 +55,7 @@ jobs:
5555
./run-tests.sh
5656
- name: Slack notification
5757
if: ${{ failure() }}
58-
uses: slackapi/slack-github-action@v1.24.0
58+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
5959
with:
6060
channel-id: 'C02DSE7K3EF'
6161
payload: |
@@ -76,7 +76,7 @@ jobs:
7676
- name: Cache ucm release
7777
if: ${{ !cancelled() && steps.restore-cached-ucm.outputs.cache-hit != 'true' && startsWith(matrix.ucm-release-version, 'release') }}
7878
id: save-ucm-to-cache
79-
uses: actions/cache/save@v4
79+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
8080
with:
8181
path: |
8282
/opt/unisonlanguage

0 commit comments

Comments
 (0)