Skip to content

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 #60

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 #60

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "23 4 * * 1" # Monday 4:23 UTC (12:23 AWST)
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (Go)
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Initialize CodeQL
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
with:
languages: go
build-mode: autobuild
queries: security-extended
dependency-caching: true
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
with:
category: "/language:go"