-
Notifications
You must be signed in to change notification settings - Fork 27
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
Updated CodeQL GitHub Action to v3 #1623 #258
Updated CodeQL GitHub Action to v3 #1623 #258
Conversation
Signed-off-by: Horiodino <holiodin@gmail.com>
0e66f9b
to
9d07ee0
Compare
.github/workflows/ci.yaml
Outdated
@@ -71,7 +71,7 @@ jobs: | |||
fi | |||
|
|||
- name: Upload SARIF file | |||
uses: github/codeql-action/upload-sarif@v2 | |||
uses: github/codeql-action/upload-sarif@v3@461ef6c76dfe95d5c364de2f431ddbd31a417628 |
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.
uses: github/codeql-action/upload-sarif@v3@461ef6c76dfe95d5c364de2f431ddbd31a417628 | |
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 |
ccaf4df
to
7bf469e
Compare
7bf469e
to
040adfb
Compare
.github/workflows/ci.yaml
Outdated
@@ -71,7 +71,7 @@ jobs: | |||
fi | |||
|
|||
- name: Upload SARIF file | |||
uses: github/codeql-action/upload-sarif@v2 | |||
uses: github/codeql-action/upload-sarif@v3.26.9@461ef6c76dfe95d5c364de2f431ddbd31a417628 |
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.
uses: github/codeql-action/upload-sarif@v3.26.9@461ef6c76dfe95d5c364de2f431ddbd31a417628 | |
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 |
For consistency reasons I'd prefer if we could keep the same format for this update.
242f3dd
to
570f4f5
Compare
.github/workflows/ci.yaml
Outdated
@@ -71,7 +71,7 @@ jobs: | |||
fi | |||
|
|||
- name: Upload SARIF file | |||
uses: github/codeql-action/upload-sarif@v2 | |||
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 |
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.
I'd prefer adding as a comment the version at the end so it's more readable.
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 | |
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 |
Signed-off-by: Horiodino <holiodin@gmail.com>
570f4f5
to
64d7114
Compare
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Horiodino, thepetk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Horiodino I've merged your updates! Thanks for the contribution! |
Description of Changes
Summarize the changes you made as part of this pull request.
Updated CodeQL GitHub Action to version v3
Related Issue(s)
Link the GitHub/GitLab/JIRA issues that are related to this PR.
devfile/api#1623
Acceptance Criteria
Tests
Documentation
Tests Performed
Explain what tests you personally ran to ensure the changes are functioning as expected.
How To Test
Instructions for the reviewer on how to test your changes.
Notes To Reviewer
Any notes you would like to include for the reviewer.