Skip to content

chore: bump step-security/harden-runner from 2.10.2 to 2.10.3 (#196) #252

chore: bump step-security/harden-runner from 2.10.2 to 2.10.3 (#196)

chore: bump step-security/harden-runner from 2.10.2 to 2.10.3 (#196) #252

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
schedule:
- cron: "0 7 * * 1" # Mondays at 7:00 AM
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c