Skip to content

fix: when determining git directory, use fs.realpath() only for sym… #931

fix: when determining git directory, use fs.realpath() only for sym…

fix: when determining git directory, use fs.realpath() only for sym… #931

Workflow file for this run

name: Security Analysis
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * 1' # 00:00 on Monday.
jobs:
CodeQL:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/codeql-action/analyze@v2