Skip to content

ci(github-action)!: Update actions/checkout ( v4.3.0 → v5.0.0 ) #448

ci(github-action)!: Update actions/checkout ( v4.3.0 → v5.0.0 )

ci(github-action)!: Update actions/checkout ( v4.3.0 → v5.0.0 ) #448

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: CodeQL
permissions:
security-events: write
packages: read
actions: read
contents: read
on:
schedule: [{ cron: "0 0 * * *" }]
push: { branches: ["main"] }
pull_request: { branches: ["main"] }
workflow_dispatch: {}
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: go
build-mode: autobuild
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
with:
category: "/language:${{matrix.language}}"