Skip to content

Bump actions/checkout from 4.1.1 to 4.1.6 #10246

Bump actions/checkout from 4.1.1 to 4.1.6

Bump actions/checkout from 4.1.1 to 4.1.6 #10246

name: "CodeQL"
on:
push:
branches: [ rewrite ]
pull_request:
branches: [ rewrite ]
schedule:
- cron: '0 0 * * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'go', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.22.11
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3.22.11
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.22.11