Skip to content

Commit 232ba6a

Browse files
authored
Merge branch 'main' into vulns/babel-helpers
2 parents 200872f + f155ced commit 232ba6a

File tree

2 files changed

+641
-322
lines changed

2 files changed

+641
-322
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ on:
1919
pull_request:
2020
branches: ["main"]
2121
types:
22-
- opened
23-
- reopened
24-
- synchronize
25-
- closed
22+
- opened # scan new PRs
23+
- reopened # scan PRs that are reopened
24+
- synchronize # scan newly pushed commits to PRs
25+
- closed # republish results from merged PRs
2626

2727
jobs:
2828
changes:
@@ -79,7 +79,7 @@ jobs:
7979
echo "Scan Required: ${{ steps.changes.outputs.scan-required }}"
8080
8181
scan:
82-
if: needs.changes.outputs.scan-required == true
82+
if: needs.changes.outputs.scan-required == 'true'
8383
runs-on: ubuntu-latest
8484
permissions:
8585
contents: read

0 commit comments

Comments
 (0)