Skip to content

Commit

Permalink
common: github/codeql-action
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Sep 11, 2024
1 parent 170b811 commit 355e494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
&& sudo ./utils/docker/images/install-valgrind.sh
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
with:
languages: cpp, python

- name: Build PMDK
run: make test -j$(nproc)

- name: CodeQL scan
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
with:
sarif_file: results.sarif

0 comments on commit 355e494

Please sign in to comment.