Skip to content

Commit e508ad8

Browse files
committed
correct ql file
1 parent 4f0fcb2 commit e508ad8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ jobs:
3535
- name: Autobuild
3636
uses: github/codeql-action/autobuild@v3
3737

38-
39-
40-
# ✅ Step 4: Run Custom Queries from queries/ Directory
38+
# ✅ Step 3: Run CodeQL Queries Correctly (No "command not found" Errors)
4139
- name: Run CodeQL Queries
42-
run: |
43-
codeql query run --database="$CODEQL_DATABASE" .github/queries/method.ql --output=results.bqrs
44-
codeql bqrs decode --format=csv results.bqrs > result.txt
40+
uses: github/codeql-action/analyze@v3
41+
with:
42+
category: "custom-query"
43+
queries: .github/queries
4544

46-
# ✅ Step 5: Upload Query Results as an Artifact
45+
# ✅ Step 4: Upload Query Results as an Artifact
4746
- name: Upload Query Results
4847
uses: actions/upload-artifact@v4
4948
with:
5049
name: codeql-query-results
51-
path: result.txt
50+
path: security-results.sarif
51+
5252

5353

5454

0 commit comments

Comments
 (0)