Skip to content

Bump actions/upload-artifact from 5 to 6 #536

Bump actions/upload-artifact from 5 to 6

Bump actions/upload-artifact from 5 to 6 #536

Workflow file for this run

name: codeql
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '30 06 * * 6'
env:
GO_VERSION: 1.24.6
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
- name: Set up Go 1.x
uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
build-mode: manual
- name: BuildV1
run: make build
- name: BuildV3
run: make build3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:go"