Skip to content

build(deps): bump the github-actions group across 1 directory with 7 updates #259

build(deps): bump the github-actions group across 1 directory with 7 updates

build(deps): bump the github-actions group across 1 directory with 7 updates #259

Workflow file for this run

name: codeql
on:
push:
branches: [ main ]
pull_request:
schedule:
- cron: '0 0 1 * *' # once a month
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3