Skip to content

Commit 4cf858b

Browse files
test data changes reverted and govulnchek changes reverted
1 parent 2686eb1 commit 4cf858b

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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

internal/commands/data/manifests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3434
pyparsing==3.2.1
3535
# via matplotlib

test/integration/data/manifests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3434
pyparsing==3.2.1
3535
# via matplotlib

0 commit comments

Comments
 (0)