Skip to content

fix(ci): correct Gitleaks SARIF artifact path so failed scans upload reports (#775) #496

fix(ci): correct Gitleaks SARIF artifact path so failed scans upload reports (#775)

fix(ci): correct Gitleaks SARIF artifact path so failed scans upload reports (#775) #496

Workflow file for this run

name: CodeQL Security Analysis
on:
push:
branches: [main]
pull_request:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze JavaScript and TypeScript
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
build-mode: none
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:javascript-typescript"