We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56417be + 56e74b9 commit d781c66Copy full SHA for d781c66
.github/codeql/codeql-config.yml
@@ -10,4 +10,5 @@ queries:
10
- uses: security-extended
11
- uses: security-and-quality
12
paths-ignore:
13
- - tests
+ - tests
14
+ - lib
.github/workflows/update-release-branch.yml
@@ -7,6 +7,7 @@ on:
7
# curl -H "Authorization: Bearer <token>" -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'
8
# Replace <token> with a personal access token from this page: https://github.com/settings/tokens
9
types: [update-release-branch]
+ workflow_dispatch:
jobs:
update:
0 commit comments