Skip to content

build(deps): Bump golang.org/x/net from 0.53.0 to 0.55.0 in the go_modules group across 1 directory #63

build(deps): Bump golang.org/x/net from 0.53.0 to 0.55.0 in the go_modules group across 1 directory

build(deps): Bump golang.org/x/net from 0.53.0 to 0.55.0 in the go_modules group across 1 directory #63

Workflow file for this run

name: Snyk
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 3 * * *'
workflow_dispatch: {}
jobs:
snyk:
runs-on: ubuntu-latest
# Requires SNYK_TOKEN to be added as a repository secret:
# Settings → Secrets and variables → Actions → New repository secret
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high