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"
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : " Checkout"
43- uses : actions/checkout@v4
43+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4444 with :
4545 persist-credentials : false
4646
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Checkout
81- uses : actions/checkout@v4
81+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
8282 with :
8383 fetch-depth : 0
8484 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@40f1582b2485089dde7abd97c1529aa768e1baff # 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"
8585 pull-requests : write
8686 steps :
8787 - name : " Checkout code"
88- uses : actions/checkout@v4
88+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
8989 with :
9090 persist-credentials : true # this job is opening a PR in the next steps
9191 - 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@40f1582b2485089dde7abd97c1529aa768e1baff # 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:01e550fdb7ab79ee7be5ff440a563a58f1fd000ad9e0c532e65c3d23f917f1c5
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:5e937f439684142ba7803722b42e3c9ac9233cfa01d561de0596c1c2794fd680
22
3- COPY --from=kvij/scuttle:latest scuttle /bin/scuttle
3+ COPY --from=kvij/scuttle:latest@sha256:385f44bddd506fbff1256f6895a768e1bfd767620e71ab90b55cae6f48fe7706 scuttle /bin/scuttle
44ENTRYPOINT ["scuttle", "k6"]
You can’t perform that action at this time.
0 commit comments