Skip to content

feat: add azdextutil shared library for azd extension framework #74

feat: add azdextutil shared library for azd extension framework

feat: add azdextutil shared library for azd extension framework #74

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0' # Weekly on Sundays at midnight UTC
permissions:
contents: read
security-events: write
actions: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26.0'
cache: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
continue-on-error: true
with:
upload: false
- name: Upload SARIF (if Code Scanning enabled)
uses: github/codeql-action/upload-sarif@v4
continue-on-error: true
with:
sarif_file: ../results