File tree Expand file tree Collapse file tree
internal/commands/data/manifests
test/integration/data/manifests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,16 +139,12 @@ jobs:
139139 runs-on : ubuntu-latest
140140 name : govulncheck
141141 steps :
142- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
143- - name : Set up Go version
144- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
142+ - id : govulncheck
143+ uses : golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
144+ continue-on-error : true
145145 with :
146146 go-version-file : go.mod
147- - name : Install govulncheck
148- run : go install golang.org/x/vuln/cmd/govulncheck@latest
149- - name : Run govulncheck
150- run : govulncheck ./...
151- continue-on-error : true
147+ go-package : ./...
152148
153149 checkDockerImage :
154150 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pandas==2.2.3
2929 # via
3030 # -r requirements.in
3131 # seaborn
32- pillow == 12.2 .0
32+ pillow == 11.1 .0
3333 # via matplotlib
3434pyparsing == 3.2.1
3535 # via matplotlib
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pandas==2.2.3
2929 # via
3030 # -r requirements.in
3131 # seaborn
32- pillow == 12.2 .0
32+ pillow == 11.1 .0
3333 # via matplotlib
3434pyparsing == 3.2.1
3535 # via matplotlib
You can’t perform that action at this time.
0 commit comments