File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 test :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
22+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2323
2424 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
2525 with :
2626 go-version-file : go.mod
2727
28- - uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
28+ - uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
2929
3030 # installed here to run lint on the .goreleaser.yml file:
3131 - name : Install GoReleaser
@@ -41,13 +41,13 @@ jobs:
4141 if : github.ref != 'refs/heads/main'
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
44+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4545
4646 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
4747 with :
4848 go-version-file : go.mod
4949
50- - uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
50+ - uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
5151
5252 - name : Install GoReleaser
5353 uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
6363 # only create a release on main builds:
6464 steps :
6565 - name : checkout code with full history (unshallow)
66- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
6767 with :
6868 fetch-depth : 0
6969 fetch-tags : true
Original file line number Diff line number Diff line change 1414 licensing :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1212 timeout-minutes : 10
1313
1414 steps :
15- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
15+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1616
1717 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
1818 with :
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
2- FROM pscale.dev/wolfi-prod/git:2.46.2 @sha256:03a446b81e86a142c1066fbdb58f2f1f07388ab23c99a44b7773b7eb7f27693d
2+ FROM pscale.dev/wolfi-prod/git:2.47.0 @sha256:2879d75fa7e6ecf2ae3fded550224cce20a1e408aafad2328c7644c5380d9f45
33
44COPY ghcommit /ghcommit
55
You can’t perform that action at this time.
0 commit comments