File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
jobs :
4
4
build :
5
5
docker :
6
- - image : cimg/go:1.24.1
6
+ - image : cimg/go:1.24.1@sha256:b5861b5d22f1b2077f978196de5222ed6651dec36cac67c0e6bbf117b3067954
7
7
steps :
8
8
- checkout
9
9
- restore_cache :
Original file line number Diff line number Diff line change 55
55
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
56
57
57
- name : Generate artifact attestation
58
- uses : actions/attest-build-provenance@v2
58
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2
59
59
if : success()
60
60
with :
61
61
subject-path : " dist/**/*"
Original file line number Diff line number Diff line change 1
- ARG BASE_IMAGE=golang:1.24.1
1
+ ARG BASE_IMAGE=golang:1.24.1@sha256:c5adecdb7b3f8c5ca3c88648a861882849cc8b02fed68ece31e25de88ad13418
2
2
3
3
# Test stage
4
4
FROM $BASE_IMAGE AS tester
Original file line number Diff line number Diff line change 1
- ARG BASE_IMAGE=golang:1.24.1
1
+ ARG BASE_IMAGE=golang:1.24.1@sha256:c5adecdb7b3f8c5ca3c88648a861882849cc8b02fed68ece31e25de88ad13418
2
2
3
3
# Test stage
4
4
FROM $BASE_IMAGE AS tester
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
container_name : eui64-calculator
24
24
environment :
25
25
- TRUSTED_PROXIES=${TRUSTED_PROXIES}
26
- image : nickfedor/eui64-calculator:latest
26
+ image : nickfedor/eui64-calculator:latest@sha256:e8acfaad381f0984b480aca5d9e04b19055bd92f93abdacf6ccc13be666150b8
27
27
labels :
28
28
- traefik.docker.network=eui64-calculator
29
29
- traefik.enable=true
@@ -54,7 +54,7 @@ services:
54
54
timeout : 10s
55
55
retries : 3
56
56
start_period : 40s
57
- image : traefik:latest
57
+ image : traefik:latest@sha256:cc11989f418e2cfe5e60fc40c92c1813be847f58eda15eced7d5ac890255ad9e
58
58
restart : unless-stopped
59
59
networks :
60
60
- eui64-calculator
You can’t perform that action at this time.
0 commit comments