2020 release : ${{ steps.genver.outputs.release }}
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2424 with :
2525 ref : ${{ github.ref }}
2626 fetch-depth : 0
4747 GENVERSION : ${{ needs.versionning.outputs.version }}
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v3
50+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
5151 with :
5252 ref : ${{ github.ref }}
5353 submodules : true
@@ -72,19 +72,19 @@ jobs:
7272 VERSION : ${{ needs.versionning.outputs.version }}
7373 steps :
7474 - name : Checkout
75- uses : actions/checkout@v3
75+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
7676 with :
7777 ref : ${{ github.ref }}
7878
7979 - name : Set up QEMU
80- uses : docker/setup-qemu-action@v2
80+ uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
8181
8282 - name : Set up Docker Buildx
8383 id : buildx
8484 uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
8585
8686 - name : login
87- uses : docker/login-action@v2
87+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
8888 with :
8989 username : ${{ secrets.DOCKER_HUB_LOGIN }}
9090 password : ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -118,7 +118,7 @@ jobs:
118118 runs-on : ubuntu-latest
119119 steps :
120120 - name : Checkout
121- uses : actions/checkout@v3
121+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
122122 with :
123123 ref : ${{ github.ref }}
124124
@@ -131,7 +131,7 @@ jobs:
131131 aws : true
132132
133133 - name : Checkout Infra
134- uses : actions/checkout@v3
134+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
135135 with :
136136 repository : aneoconsulting/ArmoniK
137137 path : infra
@@ -217,7 +217,7 @@ jobs:
217217 aws s3 cp end2end-${{ matrix.tls }}-${{ matrix.mtls }}-${{ matrix.sslvalidation }}-${{ matrix.useca }}.tar.gz s3://${{ secrets.AWS_LOG_BUCKET_NAME }}/extcsharp-pipeline/${{ github.run_number }}/${{ github.run_attempt }}/end2end-${{ matrix.tls }}-${{ matrix.mtls }}-${{ matrix.sslvalidation }}-${{ matrix.useca }}.tar.gz
218218
219219 - name : ' Upload Artifact'
220- uses : actions/upload-artifact@v3
220+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
221221 with :
222222 name : end2end-${{ matrix.tls }}-${{ matrix.mtls }}-${{ matrix.sslvalidation }}-${{ matrix.useca }}.tar.gz
223223 path : end2end-${{ matrix.tls }}-${{ matrix.mtls }}-${{ matrix.sslvalidation }}-${{ matrix.useca }}.tar.gz
@@ -233,7 +233,7 @@ jobs:
233233 VERSION : ${{ needs.versionning.outputs.version }}
234234 steps :
235235 - name : Checkout
236- uses : actions/checkout@v3
236+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
237237 with :
238238 ref : ${{ github.ref }}
239239
@@ -246,7 +246,7 @@ jobs:
246246 aws : true
247247
248248 - name : Checkout Infra
249- uses : actions/checkout@v3
249+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
250250 with :
251251 repository : aneoconsulting/ArmoniK
252252 path : infra
0 commit comments