Skip to content

chore(deps): bump codecov/codecov-action from 4 to 5 #1317

chore(deps): bump codecov/codecov-action from 4 to 5

chore(deps): bump codecov/codecov-action from 4 to 5 #1317

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
paths-ignore:
- 'www/**'
- '*.md'
- '.editorconfig'
- 'LICENSE'
- 'install.sh'
pull_request:
branches: [ main ]
paths-ignore:
- 'www/**'
- '*.md'
- '.editorconfig'
- 'LICENSE'
- 'install.sh'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'go'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:go"