File tree Expand file tree Collapse file tree 12 files changed +21
-21
lines changed
Expand file tree Collapse file tree 12 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1010 packages : write
1111 steps :
1212 - name : " Build:checkout"
13- uses : actions/checkout@v4
13+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1414 with :
1515 persist-credentials : false
1616 - name : " Build:buildx"
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : " Checkout"
45- uses : actions/checkout@v4
45+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4646 with :
4747 persist-credentials : false
4848
8181 runs-on : ubuntu-latest
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v4
84+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
8585 with :
8686 fetch-depth : 0
8787 persist-credentials : false
Original file line number Diff line number Diff line change 99 golangci :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313 with :
1414 persist-credentials : false
15- - uses : actions/setup-go@v5
15+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1616 with :
1717 go-version : " 1.25.x"
1818 cache : false
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323 with :
2424 persist-credentials : false
2525 fetch-depth : 0
3030 with :
3131 version : v3.7.2
3232
33- - uses : actions/setup-python@v2
33+ - uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
3434 with :
3535 python-version : 3.13.1
3636
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v2
22+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2323 with :
2424 persist-credentials : true # this job is opening a PR in the next steps
2525
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2121 with :
2222 fetch-depth : 0
2323 persist-credentials : false
2828 with :
2929 version : v3.7.2
3030
31- - uses : actions/setup-python@v2
31+ - uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
3232 with :
3333 python-version : 3.13.1
3434
Original file line number Diff line number Diff line change 2020 packages : write
2121 steps :
2222 - name : " Build:checkout"
23- uses : actions/checkout@v4
23+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424 with :
2525 persist-credentials : false
2626 - name : " Set image tag name"
9090 pull-requests : write
9191 steps :
9292 - name : " Checkout code"
93- uses : actions/checkout@v4
93+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
9494 with :
9595 persist-credentials : true # this job is opening a PR in the next steps
9696 - name : " Set image tag name"
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 runs-on : ${{ matrix.os }}
1515 steps :
1616 - name : Install Go
17- uses : actions/setup-go@v5
17+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1818 with :
1919 go-version : ${{ matrix.go-version }}
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222 with :
2323 persist-credentials : false
2424 - name : Test
Original file line number Diff line number Diff line change 99 lintAllTheThings :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313 with :
1414 persist-credentials : false
1515 - name : yaml-lint
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -o manager cmd/main.go
2222
2323# Use distroless as minimal base image to package the manager binary
2424# Refer to https://github.com/GoogleContainerTools/distroless for more details
25- FROM gcr.io/distroless/static:nonroot
25+ FROM gcr.io/distroless/static:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4
2626WORKDIR /
2727COPY --from=builder /workspace/manager .
2828
Original file line number Diff line number Diff line change 1- FROM grafana/k6:latest
1+ FROM grafana/k6:latest@sha256:16bc2347c323b1155a200d6fe9c2b801a570b6e0e647203cf382a083782b904f
22
3- COPY --from=kvij/scuttle:latest scuttle /bin/scuttle
3+ COPY --from=kvij/scuttle:latest@sha256:cc34a43fbc9c652ebf693cfdefaff3d425c631a944dfbbc2a7f8d9437bc73a21 scuttle /bin/scuttle
44ENTRYPOINT ["scuttle", "k6"]
You can’t perform that action at this time.
0 commit comments