Skip to content

ci(deps): bump the minor-actions-dependencies group with 7 updates #1299

ci(deps): bump the minor-actions-dependencies group with 7 updates

ci(deps): bump the minor-actions-dependencies group with 7 updates #1299

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
tags:
- "*"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
schedule:
- cron: 27 19 * * 1
jobs:
codeql:
runs-on: macos-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: false
- name: Setup Golang
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 1.23
- name: Initialize CodeQL
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
with:
languages: go
- name: Run Build
run: CGO_ENABLED=0 go build -ldflags="-w -s" -o main .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8