Skip to content

feat: --no-stash flag implies --no-hide-partially-staged #925

feat: --no-stash flag implies --no-hide-partially-staged

feat: --no-stash flag implies --no-hide-partially-staged #925

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