Skip to content

build(deps): bump golang.org/x/net from 0.17.0 to 0.19.0 (#134) #3

build(deps): bump golang.org/x/net from 0.17.0 to 0.19.0 (#134)

build(deps): bump golang.org/x/net from 0.17.0 to 0.19.0 (#134) #3

name: "Dependency Review"
on:
push:
branches:
- master
paths:
- "go.mod"
schedule:
- cron: '0 0 * * 1'
workflow_call:
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- name: Dependency Review
uses: actions/[email protected]
with:
fail-on-severity: moderate
comment-summary-in-pr: on-failure
license-check: false