1616 release : ${{ steps.genver.outputs.release }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020 with :
2121 ref : ${{ github.ref }}
2222 fetch-depth : 0
4343 GENVERSION : ${{ needs.versionning.outputs.version }}
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v3
46+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4747 with :
4848 ref : ${{ github.ref }}
4949 submodules : true
@@ -68,19 +68,19 @@ jobs:
6868 VERSION : ${{ needs.versionning.outputs.version }}
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@v3
71+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
7272 with :
7373 ref : ${{ github.ref }}
7474
7575 - name : Set up QEMU
76- uses : docker/setup-qemu-action@v2
76+ uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
7777
7878 - name : Set up Docker Buildx
7979 id : buildx
80- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
80+ uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3
8181
8282 - name : login
83- uses : docker/login-action@v2
83+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
8484 with :
8585 username : ${{ secrets.DOCKER_HUB_LOGIN }}
8686 password : ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115 steps :
116116 - name : Checkout
117- uses : actions/checkout@v3
117+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
118118 with :
119119 ref : ${{ github.ref }}
120120
@@ -127,7 +127,7 @@ jobs:
127127 aws : true
128128
129129 - name : Checkout Infra
130- uses : actions/checkout@v3
130+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
131131 with :
132132 repository : aneoconsulting/ArmoniK
133133 path : infra
@@ -213,7 +213,7 @@ jobs:
213213 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
214214
215215 - name : ' Upload Artifact'
216- uses : actions/upload-artifact@v3
216+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
217217 with :
218218 name : end2end-${{ matrix.tls }}-${{ matrix.mtls }}-${{ matrix.sslvalidation }}-${{ matrix.useca }}.tar.gz
219219 path : end2end-${{ matrix.tls }}-${{ matrix.mtls }}-${{ matrix.sslvalidation }}-${{ matrix.useca }}.tar.gz
@@ -229,7 +229,7 @@ jobs:
229229 VERSION : ${{ needs.versionning.outputs.version }}
230230 steps :
231231 - name : Checkout
232- uses : actions/checkout@v3
232+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
233233 with :
234234 ref : ${{ github.ref }}
235235
@@ -242,7 +242,7 @@ jobs:
242242 aws : true
243243
244244 - name : Checkout Infra
245- uses : actions/checkout@v3
245+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
246246 with :
247247 repository : aneoconsulting/ArmoniK
248248 path : infra
0 commit comments