Skip to content

chore: bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 in /.github/actions/pr #12877

chore: bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 in /.github/actions/pr

chore: bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 in /.github/actions/pr #12877

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
pull_request:
branches:
- main
- cspell6
schedule:
- cron: "0 23 * * 0"
permissions:
contents: read
jobs:
analyze:
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/analyze to upload SARIF results
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
# Make sure it goes back far enough to find where the branch split from main
fetch-depth: 20
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: "javascript"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
# cspell:ignore SARIF