Skip to content

Commit 486cf45

Browse files
committed
chore: add option for manual CodeQL dispatch
1 parent f0dc347 commit 486cf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- completed
1717
branches:
1818
- main
19+
workflow_dispatch:
1920

2021
jobs:
2122
analyze:
@@ -36,7 +37,6 @@ jobs:
3637
steps:
3738
- name: Checkout repository
3839
uses: actions/checkout@v3
39-
4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
4242
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)