Skip to content

chore(deps): bump github/codeql-action from 2 to 4 #29

chore(deps): bump github/codeql-action from 2 to 4

chore(deps): bump github/codeql-action from 2 to 4 #29

Workflow file for this run

name: CodeQL

Check failure on line 1 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

invalid `cron` attribute "\"0 3 * * 0\""
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
schedule:
- cron: '"0 3 * * 0"'
jobs:
analyze:
permissions:
actions: read
contents: read
security-events: write
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v4
with:
languages: swift
- uses: github/codeql-action/analyze@v4