File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3333 run : cd docs && npm install && hugo --minify
3434
3535 - name : Deploy 🚀
36- uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
36+ uses : JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
3737 with :
3838 folder : ./docs/public # The folder the action should deploy.
Original file line number Diff line number Diff line change 7272 tejolote attest --artifacts github://kubernetes-sigs/bom/${{ steps.tag.outputs.tag_name }} github://kubernetes-sigs/bom/"${GITHUB_RUN_ID}" --output bom.intoto.json --sign
7373
7474 - name : Release
75- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
75+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
7676 with :
7777 files : bom.intoto.json
7878 tag_name : " ${{ steps.tag.outputs.tag_name }}"
Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ jobs:
3333 go run ./cmd/bom/main.go generate -i registry.k8s.io/pause > example-image-pause.spdx
3434 go run ./cmd/bom/main.go generate --format=json -i registry.k8s.io/pause > example-image-pause.spdx.json
3535
36- - uses : chainguard-dev/actions/setup-spdx@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
36+ - uses : chainguard-dev/actions/setup-spdx@abcc11e1cf9073eff6c69e91c49756c1430b094c # v1.5.8
3737 with :
3838 spdx-tools-version : 1.1.8
3939
40- - uses : chainguard-dev/actions/setup-spdx@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
40+ - uses : chainguard-dev/actions/setup-spdx@abcc11e1cf9073eff6c69e91c49756c1430b094c # v1.5.8
4141 with :
4242 download : false
4343 spdx-tools-version : 1.1.8
4444 sbom-path : example-image-pause.spdx
4545
46- - uses : chainguard-dev/actions/setup-spdx@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
46+ - uses : chainguard-dev/actions/setup-spdx@abcc11e1cf9073eff6c69e91c49756c1430b094c # v1.5.8
4747 with :
4848 download : false
4949 spdx-tools-version : 1.1.8
Original file line number Diff line number Diff line change 1616
1717# This is used to we scrap the go version and use in CI to get the latest go version
1818# and we use dependabot to keep the go version up to date
19- FROM golang:1.25.3
19+ FROM golang:1.25.4
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ require (
6565 go.yaml.in/yaml/v2 v2.4.2 // indirect
6666 golang.org/x/crypto v0.42.0 // indirect
6767 golang.org/x/net v0.44.0 // indirect
68- golang.org/x/sync v0.17 .0
68+ golang.org/x/sync v0.18 .0
6969 golang.org/x/sys v0.37.0 // indirect
7070 golang.org/x/text v0.29.0 // indirect
7171 golang.org/x/tools v0.37.0 // indirect
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
138138golang.org/x/mod v0.29.0 /go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w =
139139golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I =
140140golang.org/x/net v0.44.0 /go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY =
141- golang.org/x/sync v0.17 .0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug =
142- golang.org/x/sync v0.17 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
141+ golang.org/x/sync v0.18 .0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I =
142+ golang.org/x/sync v0.18 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
143143golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
144144golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
145145golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments