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.
1 parent cc47895 commit fae162cCopy full SHA for fae162c
.github/workflows/codeql-master.yml
@@ -0,0 +1,11 @@
1
+name: 'CodeQL master'
2
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ workflow_dispatch:
7
+
8
+jobs:
9
+ analyze:
10
+ uses: kenshoo/actions/.github/workflows/callable_codeql.yml@master
11
+ secrets: inherit
.github/workflows/codeql-pr.yml
@@ -0,0 +1,10 @@
+name: 'CodeQL review'
+ pull_request:
+ branches: ['master']
0 commit comments