5656 runs-on : ubuntu-latest
5757 # note: do not use amd/rust container to preserve disk space
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060 with :
6161 ref : ${{ github.event.inputs.pr_head_sha }} # will be empty if triggered by push
6262 submodules : true
@@ -80,13 +80,13 @@ jobs:
8080 runs-on : ubuntu-latest
8181 # note: do not use amd/rust container to preserve disk space
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484 with :
8585 ref : ${{ github.event.inputs.pr_head_sha }} # will be empty if triggered by push
8686 submodules : true
8787 fetch-depth : 1
8888 - name : Free Disk Space (Ubuntu)
89- uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
89+ uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
9090 - name : Install Rust
9191 run : |
9292 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@@ -124,7 +124,7 @@ jobs:
124124 container :
125125 image : amd64/rust
126126 steps :
127- - uses : actions/checkout@v4
127+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
128128 with :
129129 ref : ${{ github.event.inputs.pr_head_sha }} # will be empty if triggered by push
130130 submodules : true
@@ -145,7 +145,7 @@ jobs:
145145 container :
146146 image : amd64/rust
147147 steps :
148- - uses : actions/checkout@v4
148+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149149 with :
150150 ref : ${{ github.event.inputs.pr_head_sha }} # will be empty if triggered by push
151151 submodules : true
@@ -177,7 +177,7 @@ jobs:
177177 fi
178178
179179 - name : Update check run
180- uses : actions/github-script@v7
180+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
181181 with :
182182 github-token : ${{ secrets.GITHUB_TOKEN }}
183183 script : |
0 commit comments