Skip to content

chore(deps): update github/codeql-action digest to 48ab28a in .github/workflows/codeql-analysis.yml #3994

chore(deps): update github/codeql-action digest to 48ab28a in .github/workflows/codeql-analysis.yml

chore(deps): update github/codeql-action digest to 48ab28a in .github/workflows/codeql-analysis.yml #3994

Workflow file for this run

name: "CodeQL 2"
on:
pull_request:
schedule:
- cron: '0 6 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3