Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/gin-example #176

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/gin-example

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/gin-example #176

Workflow file for this run

name: govulncheck
on:
pull_request:
types: [opened, synchronize]
push:
branches: [master]
schedule:
- cron: '30 0 1,15 * *'
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: Scan for Vulnerabilities in Code
uses: Templum/govulncheck-action@6bb063b41d78c53c2fc7f5589828e30ad7c697ee # [email protected]
with:
go-version: 1.21
package: ./...
fail-on-vuln: true