Skip to content

Bump golang from 1.22.1-alpine3.19 to 1.22.2-alpine3.19 (#322) #27

Bump golang from 1.22.1-alpine3.19 to 1.22.2-alpine3.19 (#322)

Bump golang from 1.22.1-alpine3.19 to 1.22.2-alpine3.19 (#322) #27

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
schedule:
- cron: "38 10 * * 6"
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: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "^1.22"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Build application binary
run: make build-linux
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:go"