Skip to content

chore(deps): bump actions/checkout from 6 to 7 #24

chore(deps): bump actions/checkout from 6 to 7

chore(deps): bump actions/checkout from 6 to 7 #24

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: "0 6 * * 1"
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
actions: read
steps:
- uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: actions
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3