@@ -12,11 +12,11 @@ jobs:
1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
16- - uses : actions/setup-go@v5
15+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
16+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1717 with :
1818 go-version-file : go.mod
19- - uses : actions/cache/restore@v4
19+ - uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2020 with :
2121 path : ~/.local/share/aquaproj-aqua
2222 key : v1-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('aqua.yaml')}}
@@ -38,15 +38,15 @@ jobs:
3838 make test-e2e
3939 - name : upload e2e test logs
4040 if : failure()
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4242 with :
4343 path : e2e/logs
4444 - name : upload build artifacts
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4646 with :
4747 name : build
4848 path : build.tar
49- - uses : actions/cache/save@v4
49+ - uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5050 if : github.event_name == 'push'
5151 with :
5252 path : ~/.local/share/aquaproj-aqua
5858 contents : read
5959 packages : write
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6262 - name : Download artifacts
63- uses : actions/download-artifact@v4
63+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
6464 with :
6565 name : build
6666 - name : Extract artifacts
@@ -123,10 +123,10 @@ jobs:
123123 permissions :
124124 contents : write
125125 steps :
126- - uses : actions/checkout@v4
126+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
127127 with :
128128 fetch-depth : 0
129- - uses : actions/download-artifact@v4
129+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
130130 with :
131131 name : build
132132 - name : Extract artifacts
0 commit comments