Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 #30

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 #30

Workflow file for this run

name: Run vuln check
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: vulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.5
go-package: ./...