|
33 | 33 | runs-on: ubuntu-latest |
34 | 34 | steps: |
35 | 35 | - name: Checkout |
36 | | - uses: actions/checkout@v6.0.2 |
| 36 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
37 | 37 | - name: Generate |
38 | 38 | run: make clean docker-generate-protobuf |
39 | 39 | - name: Check Clean Work Tree |
@@ -148,7 +148,7 @@ jobs: |
148 | 148 | setup-qemu: true |
149 | 149 |
|
150 | 150 | steps: |
151 | | - - uses: actions/checkout@v6.0.2 |
| 151 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
152 | 152 | with: |
153 | 153 | fetch-depth: 0 |
154 | 154 | - name: Load environment variables from .env file |
@@ -179,32 +179,32 @@ jobs: |
179 | 179 | echo "skip=false" >> "$GITHUB_OUTPUT" |
180 | 180 | fi |
181 | 181 | - name: Log in to the Container registry |
182 | | - uses: docker/login-action@v4 |
| 182 | + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 |
183 | 183 | with: |
184 | 184 | registry: ghcr.io |
185 | 185 | username: ${{ github.repository_owner }} |
186 | 186 | password: ${{ secrets.GITHUB_TOKEN }} |
187 | 187 | if: ${{ inputs.push }} |
188 | 188 | - name: Log in to Docker Hub |
189 | | - uses: docker/login-action@v4 |
| 189 | + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 |
190 | 190 | with: |
191 | 191 | username: ${{ secrets.DOCKER_USERNAME }} |
192 | 192 | password: ${{ secrets.DOCKER_PASSWORD }} |
193 | 193 | if: ${{ inputs.push }} |
194 | 194 | - name: Set up QEMU |
195 | 195 | if: ${{ matrix.file_tag.setup-qemu }} |
196 | | - uses: docker/setup-qemu-action@v4 |
| 196 | + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 |
197 | 197 | with: |
198 | 198 | image: tonistiigi/binfmt:master |
199 | 199 | - name: Set up Docker Buildx |
200 | | - uses: docker/setup-buildx-action@v4 |
| 200 | + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 |
201 | 201 | with: |
202 | 202 | buildkitd-config-inline: | |
203 | 203 | [worker.oci] |
204 | 204 | max-parallelism = 2 |
205 | 205 | - name: Matrix Build and push demo images |
206 | 206 | if: steps.check_changes.outputs.skip == 'false' |
207 | | - uses: docker/build-push-action@v7.0.0 |
| 207 | + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 |
208 | 208 | with: |
209 | 209 | context: ${{ matrix.file_tag.context }} |
210 | 210 | file: ${{ matrix.file_tag.file }} |
|
0 commit comments