Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Bump actions/checkout from 2 to 6 #50

Bump actions/checkout from 2 to 6

Bump actions/checkout from 2 to 6 #50

Workflow file for this run

---
name: "CodeQL"
on:
push:
pull_request:
branches: [master]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2