File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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 }}
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 : |
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
You can’t perform that action at this time.
0 commit comments