Skip to content

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 #12

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 #12

Workflow file for this run

name: Dependency License Checks
on:
pull_request:
paths:
- "go.mod"
workflow_dispatch: {}
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- name: "Checkout Code"
uses: actions/checkout@v4
- name: "Run FOSSA Scan"
uses: fossas/fossa-action@main
with:
api-key: ${{secrets.FOSSA_API_KEY}}
- name: "Run FOSSA Test"
uses: fossas/fossa-action@main
with:
api-key: ${{secrets.FOSSA_API_KEY}}
run-tests: true