Skip to content

Commit d781c66

Browse files
Merge branch 'main' into lgtm_filters
2 parents 56417be + 56e74b9 commit d781c66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ queries:
1010
- uses: security-extended
1111
- uses: security-and-quality
1212
paths-ignore:
13-
- tests
13+
- tests
14+
- lib

.github/workflows/update-release-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
# curl -H "Authorization: Bearer <token>" -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'
88
# Replace <token> with a personal access token from this page: https://github.com/settings/tokens
99
types: [update-release-branch]
10+
workflow_dispatch:
1011

1112
jobs:
1213
update:

0 commit comments

Comments
 (0)