Skip to content

Commit aa0c583

Browse files
committed
add recatagorize
1 parent f5ea2b2 commit aa0c583

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
steps:
4141
- name: Checkout central repository
4242
uses: actions/checkout@v4
43-
- name: Checkout CodeQL Coding Standards scripts
44-
uses: actions/checkout@v4
45-
with:
46-
repository: github/codeql-coding-standards
47-
path: codeql-coding-standards-repo # Klonen in diesen Ordner
48-
ref: main # Oder eine spezifische Release-Version, z.B. 'v2.53.0-dev'
4943
# Add coding standard packages and dependencies
5044
- name: Install Python dependencies for Coding Standards scripts
5145
run: |
@@ -96,6 +90,12 @@ jobs:
9690
upload-database: false # Don't upload databases for each repo
9791
output: sarif-results/
9892
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'
9999
- name: Recategorize Guidelines
100100
if: always()
101101
run: |

0 commit comments

Comments
 (0)