-
Notifications
You must be signed in to change notification settings - Fork 3
[UPDATE] (deps): Bump github/codeql-action from 3.29.11 to 3.30.0 in /.github/workflows #468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |||||
|
||||||
# Initializes the CodeQL tools for scanning. | ||||||
- name: Initialize CodeQL | ||||||
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | ||||||
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5 | ||||||
with: | ||||||
languages: ${{ matrix.language }} | ||||||
# If you wish to specify custom queries, you can do so here or in a config file. | ||||||
|
@@ -61,7 +61,7 @@ jobs: | |||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). | ||||||
# If this step fails, then you should remove it and run the build manually (see below) | ||||||
- name: Autobuild | ||||||
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | ||||||
uses: github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider comment needs to match
Suggested change
|
||||||
|
||||||
# ℹ️ Command-line programs to run using the OS shell. | ||||||
# 📚 https://git.io/JvXDl | ||||||
|
@@ -75,4 +75,4 @@ jobs: | |||||
# make release | ||||||
|
||||||
- name: Perform CodeQL Analysis | ||||||
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | ||||||
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider comment needs to match
Suggested change
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -57,6 +57,6 @@ jobs: | |||||
retention-days: 5 | ||||||
# Upload the results to GitHub's code scanning dashboard. | ||||||
- name: "Upload to code-scanning" | ||||||
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5 | ||||||
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider comment needs to match
Suggested change
|
||||||
with: | ||||||
sarif_file: results.sarif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider comment needs to match