-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3951 from bytecodealliance/dependabot/github_acti…
…ons/github/codeql-action-3.27.6 build(deps): bump github/codeql-action from 3.27.5 to 3.27.6
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].5 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
languages: ${{ matrix.language }} | ||
|
||
|
@@ -70,7 +70,7 @@ jobs: | |
- run: | | ||
./.github/scripts/codeql_buildscript.sh | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].5 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
category: "/language:${{matrix.language}}" | ||
upload: false | ||
|
@@ -99,7 +99,7 @@ jobs: | |
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif | ||
|
||
- name: Upload CodeQL results to code scanning | ||
uses: github/codeql-action/[email protected].5 | ||
uses: github/codeql-action/[email protected].6 | ||
with: | ||
sarif_file: ${{ steps.step1.outputs.sarif-output }} | ||
category: "/language:${{matrix.language}}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters