Skip to content

Commit a40feb3

Browse files
committed
recatagorize
1 parent b503b2e commit a40feb3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ jobs:
9090
upload-database: false # Don't upload databases for each repo
9191
output: sarif-results/
9292
category: "multi-repo-scan"
93+
- name: Checkout CodeQL Coding Standards scripts
94+
uses: actions/checkout@v4
95+
with:
96+
repository: github/codeql-coding-standards
97+
path: codeql-coding-standards-repo # Klonen in diesen Ordner
98+
ref: main # Oder eine spezifische Release-Version, z.B. 'v2.53.0-dev'
9399
- name: Recategorize Guidelines
94100
if: always()
95101
run: |

0 commit comments

Comments
 (0)