Skip to content

chore(deps): update cpina/github-action-push-to-another-repository action to v1.7.3 #35409

chore(deps): update cpina/github-action-push-to-another-repository action to v1.7.3

chore(deps): update cpina/github-action-push-to-another-repository action to v1.7.3 #35409

name: 'codeql'
on:
push:
branches: [main, v10]
pull_request:
branches: [main, v10]
merge_group:
types: [checks_requested]
schedule:
- cron: '0 12 * * 1'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
with:
languages: javascript-typescript
config: |
paths-ignore:
- 'packages/cli/src/component/templates/**'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3