Skip to content

Migrate put dry-run to renderOperation and unit-test the helper #57

Migrate put dry-run to renderOperation and unit-test the helper

Migrate put dry-run to renderOperation and unit-test the helper #57

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "37 8 * * 1"
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version: "1.25.12"
cache-dependency-path: go.sum
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
- name: Build
run: go build ./...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4