forked from bytecodealliance/wasm-micro-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #966 from bytecodealliance/main
Merge bytecodealliance:main into wenyongh:main
- Loading branch information
Showing
21 changed files
with
361 additions
and
114 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].1 | ||
uses: github/codeql-action/[email protected].4 | ||
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].1 | ||
uses: github/codeql-action/[email protected].4 | ||
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].1 | ||
uses: github/codeql-action/[email protected].4 | ||
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
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
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
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
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
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
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
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
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
Oops, something went wrong.