Skip to content

Commit 47b90ea

Browse files
authored
ci: add workflow_dispatch trigger to CodeQL workflow (#766)
Allows manually triggering CodeQL analysis on specific refs (e.g., release tags) to satisfy SBOM tooling that requires a CodeQL SARIF report for the exact commit SHA of a published package version.
1 parent df26bfc commit 47b90ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
schedule:
1111
- cron: "30 14 * * 4"
12+
workflow_dispatch:
1213

1314
jobs:
1415
analyze:

0 commit comments

Comments
 (0)