git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b1a9eb7
)
Update CodeQL workflow
author
XhmikosR
<redacted>
Sun, 13 Nov 2022 05:53:25 +0000
(07:53 +0200)
committer
XhmikosR
<redacted>
Sun, 13 Nov 2022 06:02:31 +0000
(08:02 +0200)
.github/workflows/codeql-analysis.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index ff08840e3e13a923a57942316240a911b6ccb14b..e3d93cade7a8597641e2261bed22a4749719a9c0 100644
(file)
--- a/
.github/workflows/codeql-analysis.yml
+++ b/
.github/workflows/codeql-analysis.yml
@@
-6,7
+6,6
@@
on:
- master
- "!dependabot/**"
pull_request:
- # The branches below must be a subset of the branches above
branches:
- master
- "!dependabot/**"
@@
-31,6
+30,12
@@
jobs:
uses: github/codeql-action/init@v2
with:
languages: "python"
+ queries: +security-and-quality
+
+ - name: Autobuild
+ uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
+ with:
+ category: "/language:python"
git clone https://git.99rst.org/PROJECT