Skip to content

Bump actions/download-artifact from 3 to 4 #129

Bump actions/download-artifact from 3 to 4

Bump actions/download-artifact from 3 to 4 #129

Workflow file for this run

name: CodeQL
on:
push:
paths:
- '**'
branches:
- '**'
schedule:
- cron: '0 0 * * 0'
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
packages: read
security-events: write
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Auto-build
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3