File tree Expand file tree Collapse file tree 16 files changed +30
-30
lines changed
Expand file tree Collapse file tree 16 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 4747 container : # gitlab.com/greut/eclint
4848 image : greut/eclint:v0.3.3@sha256:95e9a3dcbd236bae6569625cd403175cbde3705303774e7baca418b6442b8d77
4949 steps :
50- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
50+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5151 with :
5252 ref : ${{ github.event.inputs.commit_sha }}
5353 - shell : sh
6161 container :
6262 image : returntocorp/semgrep@sha256:2fd35fa409f209e0fea0c2d72cf1e5b801a607959a93b13d04822bb3b6a9dfe4
6363 steps :
64- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
64+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
6565 with :
6666 ref : ${{ github.event.inputs.commit_sha }}
6767 - name : Run Semgrep
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
35+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3636 with :
3737 ref : ${{ github.event.inputs.commit_sha }}
3838
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ jobs:
5757
5858 steps :
5959 # Run ockam example code against a different version of ockam library
60- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
60+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
6161 with :
6262 ref : ${{ inputs.commit_sha }}
6363 path : ockam_examples
6464
65- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
65+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
6666 with :
6767 ref : ${{ inputs.ockam_crate_version_to_test_with_docs_examples }}
6868 path : ockam_library
@@ -98,13 +98,13 @@ jobs:
9898 runs-on : ubuntu-22.04
9999 steps :
100100 - name : Checkout Ockam Repository
101- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
101+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
102102 with :
103103 ref : ${{ inputs.commit_sha }}
104104 path : ockam
105105
106106 - name : Checkout Ockam Documentation Repository
107- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
107+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
108108 with :
109109 ref : ${{ inputs.ockam_docs_ref == '' && 'develop' || inputs.ockam_docs_ref }}
110110 repository : build-trust/ockam-documentation
Original file line number Diff line number Diff line change 6060 name : Elixir - test
6161 runs-on : ubuntu-22.04
6262 steps :
63- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
63+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
6464 with :
6565 ref : ${{ github.event.inputs.commit_sha }}
6666 - uses : ./.github/actions/cache_nix
Original file line number Diff line number Diff line change 4343 name : Make - full_build_in_release_mode
4444 runs-on : ubuntu-22.04
4545 steps :
46- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
46+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4747 with :
4848 ref : ${{ github.event.inputs.commit_sha }}
4949 - uses : ./.github/actions/cache_nix
Original file line number Diff line number Diff line change 2121 run :
2222 working-directory : ./tools/docker/ockam
2323 steps :
24- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
24+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2525 - uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
2626 with :
2727 registry : ghcr.io
Original file line number Diff line number Diff line change 3434 environment : release
3535
3636 steps :
37- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
37+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3838 with :
3939 path : ockam-healthcheck
4040
Original file line number Diff line number Diff line change 5757 image : ghcr.io/build-trust/ockam-builder@sha256:b7790a79e5fd4265d8333bb882010e5d4326778f270bd49693fa35763865df82
5858 steps :
5959 - name : Checkout Ockam
60- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
60+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
6161 with :
6262 fetch-depth : 0
6363
Original file line number Diff line number Diff line change 3030 tag_name : ${{ steps.release_version.outputs.tag_name }}
3131 steps :
3232 - name : Checkout Ockam
33- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
33+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3434 with :
3535 fetch-depth : 0
3636 ref : ${{ github.event.inputs.release_branch }}
@@ -224,7 +224,7 @@ jobs:
224224 runs-on : ${{ matrix.os }}
225225 steps :
226226 - name : Checkout repository
227- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
227+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
228228 with :
229229 ref : ${{ github.event.inputs.release_branch }}
230230
@@ -366,7 +366,7 @@ jobs:
366366 runs-on : ${{ matrix.job.os }}
367367 steps :
368368 - name : Checkout repository
369- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
369+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
370370 with :
371371 ref : ${{ github.event.inputs.release_branch }}
372372
Original file line number Diff line number Diff line change 4848 mkdir assets && cd assets
4949 gh release download ${{ github.event.inputs.tag }} -R ${ORGANIZATION}/ockam
5050
51- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
51+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5252 with :
5353 path : ockam
5454
@@ -120,7 +120,7 @@ jobs:
120120 packages : write
121121
122122 steps :
123- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
123+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
124124
125125 - uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
126126 with :
You can’t perform that action at this time.
0 commit comments