Skip to content

Bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9 #256

Bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9

Bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9 #256

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 20 * * 2"
permissions:
actions: read
checks: write
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Install libraries
run: sudo apt-get update && sudo apt-get install -y libpam0g-dev
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3