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 417f6b2 commit 9b5a244Copy full SHA for 9b5a244
.github/workflows/codeql.yml
@@ -0,0 +1,22 @@
1
+---
2
+name: CodeQL Security Analysis For Github Actions
3
+
4
+on:
5
+ push:
6
+ branches: ["main"]
7
+ workflow_dispatch:
8
+ # pull_request:
9
10
+jobs:
11
+ codeql:
12
+ name: CodeQL Analysis
13
+ uses: huggingface/security-workflows/.github/workflows/codeql-reusable.yml@v1
14
+ permissions:
15
+ security-events: write
16
+ packages: read
17
+ actions: read
18
+ contents: read
19
+ with:
20
+ languages: '["actions","python"]'
21
+ queries: 'security-extended,security-and-quality'
22
+ runner: 'ubuntu-latest' #optional if need custom runner
0 commit comments