Skip to content

fix: authenticate GitHub API requests and remove outdated release TOD… #284

fix: authenticate GitHub API requests and remove outdated release TOD…

fix: authenticate GitHub API requests and remove outdated release TOD… #284

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches: [main]
schedule:
- cron: '0 0 * * 1' # every Monday at 00:00 UTC
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
languages: javascript-typescript
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7