@@ -33,33 +33,33 @@ jobs:
3333# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3434# the copyright check cannot work out the date of the files from Git.
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737 with :
3838 fetch-depth : 0
3939
4040 - name : Set up JDK
41- uses : actions/setup-java@v4
41+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
4242 with :
4343 java-version : ${{ matrix.javaVersion }}
4444 distribution : ' zulu'
4545
4646 - name : Cache Go Modules
47- uses : actions/cache@v4
47+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4848 with :
4949 path : ~/go/pkg/mod
5050 key : ${{ runner.os }}-go-mods-${{ hashFiles('**/go.sum') }}
5151 restore-keys : |
5252 ${{ runner.os }}-go-mods-
5353
5454 - name : Cache Maven packages
55- uses : actions/cache@v4
55+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5656 with :
5757 path : ~/.m2
5858 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
5959 restore-keys : ${{ runner.os }}-m2
6060
6161 - name : Set up Go
62- uses : actions/setup-go@v5
62+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6363 with :
6464 go-version-file : ' go.mod'
6565
9595 bin/cohctl monitor health -n localhost:7574 -I -T 120 -w
9696 bin/cohctl stop cluster local -y
9797 bin/cohctl remove cluster local -y
98- - uses : actions/upload-artifact@v4
98+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9999 if : failure()
100100 with :
101101 name : test-output-${{ matrix.coherenceVersion }}-${{ matrix.javaVersion }}
0 commit comments