Skip to content

build(deps): bump the minor-patches group across 1 directory with 19 updates #79

build(deps): bump the minor-patches group across 1 directory with 19 updates

build(deps): bump the minor-patches group across 1 directory with 19 updates #79

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
security-events: write
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: javascript
- uses: github/codeql-action/analyze@v4
if: github.event.pull_request.head.repo.fork == false
- uses: github/codeql-action/analyze@v4
with:
upload: false
if: github.event.pull_request.head.repo.fork == true
- name: Export SARIF result
if: github.event.pull_request.head.repo.fork == true
uses: actions/upload-artifact@v5
with:
name: codeql-report
path: codeql-results.sarif