@@ -131,11 +131,11 @@ jobs:
131
131
env :
132
132
MATRIX_ARCHITECTURE : linux/amd64
133
133
steps :
134
- - uses : actions/checkout@v4
134
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
135
135
- name : Expose GitHub Runtime
136
- uses : crazy-max/ghaction-github-runtime@v3
136
+ uses : crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3
137
137
- name : Set up Docker Buildx
138
- uses : docker/setup-buildx-action@v3.9.0
138
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
139
139
with :
140
140
# renovate: datasource=github-releases depName=docker/buildx
141
141
version : v0.20.1
@@ -147,15 +147,15 @@ jobs:
147
147
- name : List Docker images
148
148
run : docker image ls --all
149
149
- name : Checkout the code
150
- uses : actions/checkout@v4
150
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
151
151
- name : Anchore scan action
152
- uses : anchore/scan-action@v6
152
+ uses : anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6
153
153
id : scan
154
154
with :
155
155
image : weblate/weblate:test
156
156
fail-build : false
157
157
- name : Upload Anchore Scan Report
158
- uses : github/codeql-action/upload-sarif@v3
158
+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
159
159
with :
160
160
sarif_file : ${{ steps.scan.outputs.sarif }}
161
161
@@ -170,11 +170,11 @@ jobs:
170
170
env :
171
171
MATRIX_ARCHITECTURE : linux/amd64
172
172
steps :
173
- - uses : actions/checkout@v4
173
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
174
174
- name : Expose GitHub Runtime
175
- uses : crazy-max/ghaction-github-runtime@v3
175
+ uses : crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3
176
176
- name : Set up Docker Buildx
177
- uses : docker/setup-buildx-action@v3.9.0
177
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
178
178
with :
179
179
# renovate: datasource=github-releases depName=docker/buildx
180
180
version : v0.20.1
@@ -186,9 +186,9 @@ jobs:
186
186
- name : List Docker images
187
187
run : docker image ls --all
188
188
- name : Checkout the code
189
- uses : actions/checkout@v4
189
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
190
190
- name : Run Trivy vulnerability scanner
191
- uses : aquasecurity/trivy-action@0.29.0
191
+ uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
192
192
env :
193
193
TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2
194
194
with :
@@ -199,10 +199,10 @@ jobs:
199
199
severity : CRITICAL,HIGH
200
200
201
201
- name : Upload Trivy scan results to GitHub Security tab
202
- uses : github/codeql-action/upload-sarif@v3
202
+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
203
203
with :
204
204
sarif_file : trivy-results.sarif
205
- - uses : actions/upload-artifact@v4
205
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
206
206
with :
207
207
name : Trivy scan SARIF
208
208
path : trivy-results.sarif
@@ -216,15 +216,15 @@ jobs:
216
216
- revisions
217
217
steps :
218
218
- name : Checkout
219
- uses : actions/checkout@v4
219
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
220
220
- name : Set up QEMU
221
- uses : docker/setup-qemu-action@v3.4.0
221
+ uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
222
222
with :
223
223
platforms : all
224
224
- name : Expose GitHub Runtime
225
- uses : crazy-max/ghaction-github-runtime@v3
225
+ uses : crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3
226
226
- name : Set up Docker Buildx
227
- uses : docker/setup-buildx-action@v3.9.0
227
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
228
228
with :
229
229
# renovate: datasource=github-releases depName=docker/buildx
230
230
version : v0.20.1
@@ -264,15 +264,15 @@ jobs:
264
264
if : ${{ (startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main')) && github.repository == 'WeblateOrg/docker' }}
265
265
steps :
266
266
- name : Checkout
267
- uses : actions/checkout@v4
267
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
268
268
- name : Set up QEMU
269
- uses : docker/setup-qemu-action@v3.4.0
269
+ uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
270
270
with :
271
271
platforms : all
272
272
- name : Expose GitHub Runtime
273
- uses : crazy-max/ghaction-github-runtime@v3
273
+ uses : crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3
274
274
- name : Set up Docker Buildx
275
- uses : docker/setup-buildx-action@v3.9.0
275
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
276
276
with :
277
277
# renovate: datasource=github-releases depName=docker/buildx
278
278
version : v0.20.1
@@ -303,21 +303,21 @@ jobs:
303
303
DOCKER_IMAGE : ghcr.io/weblateorg/weblate
304
304
steps :
305
305
- name : Checkout
306
- uses : actions/checkout@v4
306
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
307
307
- name : Set up QEMU
308
- uses : docker/setup-qemu-action@v3.4.0
308
+ uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
309
309
with :
310
310
platforms : all
311
311
- name : Expose GitHub Runtime
312
- uses : crazy-max/ghaction-github-runtime@v3
312
+ uses : crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3
313
313
- name : Set up Docker Buildx
314
- uses : docker/setup-buildx-action@v3.9.0
314
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
315
315
with :
316
316
# renovate: datasource=github-releases depName=docker/buildx
317
317
version : v0.20.1
318
318
- name : Login to GitHub Container Registry
319
319
if : ${{ github.event_name != 'pull_request'}}
320
- uses : docker/login-action@v3
320
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
321
321
with :
322
322
registry : ghcr.io
323
323
username : ${{ github.actor }}
0 commit comments