Skip to content

Bump github.com/google/osv-scanner/v2 from 2.2.2 to 2.2.3 in the backend group #33

Bump github.com/google/osv-scanner/v2 from 2.2.2 to 2.2.3 in the backend group

Bump github.com/google/osv-scanner/v2 from 2.2.2 to 2.2.3 in the backend group #33

Workflow file for this run

name: CodeQL Go
on:
pull_request:
branches:
- main
paths:
- .github/workflows/codeql-go.yaml
- go.mod
- go.sum
- "**/*.go"
push:
branches:
- main
paths:
- .github/workflows/codeql-go.yaml
- go.mod
- go.sum
- "**/*.go"
schedule:
# Some random-ish cron to help with GitHub Actions scheduling, once a week
- cron: 29 11 * * 2
permissions: {}
jobs:
analyze:
name: Analyze Go
runs-on: ubuntu-latest
permissions:
security-events: write # Required for all workflows
packages: read # Required to fetch internal or private CodeQL packs
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
with:
languages: go
build-mode: autobuild
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
with:
category: "/language:go"