Skip to content

Merge pull request #9 from desktop/dependabot/github_actions/actions/… #30

Merge pull request #9 from desktop/dependabot/github_actions/actions/…

Merge pull request #9 from desktop/dependabot/github_actions/actions/… #30

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '25 6 * * 1'
jobs:
analyze:
name: Analyze Actions
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: actions
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4