Skip to content

Bump github/codeql-action from 3.30.6 to 4.30.8 #37

Bump github/codeql-action from 3.30.6 to 4.30.8

Bump github/codeql-action from 3.30.6 to 4.30.8 #37

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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
with:
languages: go
build-mode: autobuild
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
with:
category: "/language:go"