Skip to content
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

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

Horiodino
Copy link
Contributor

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

  • Test Coverage
    • Are your changes sufficiently tested, and are any applicable test cases added or updated to cover your changes?

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.

.github/workflows/ci.yaml Fixed Show resolved Hide resolved
Signed-off-by: Horiodino <holiodin@gmail.com>
@Horiodino Horiodino force-pushed the Update_CodeQL_Action_to_version_v3 branch from 0e66f9b to 9d07ee0 Compare September 29, 2024 12:08
.github/workflows/ci.yaml Fixed Show resolved Hide resolved
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: github/codeql-action/upload-sarif@v3@461ef6c76dfe95d5c364de2f431ddbd31a417628
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9

@Horiodino Horiodino force-pushed the Update_CodeQL_Action_to_version_v3 branch from ccaf4df to 7bf469e Compare September 30, 2024 11:09
.github/workflows/ci.yaml Fixed Show fixed Hide fixed
@Horiodino Horiodino force-pushed the Update_CodeQL_Action_to_version_v3 branch from 7bf469e to 040adfb Compare September 30, 2024 11:12
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@Horiodino Horiodino force-pushed the Update_CodeQL_Action_to_version_v3 branch 2 times, most recently from 242f3dd to 570f4f5 Compare September 30, 2024 11:18
@@ -71,7 +71,7 @@ jobs:
fi

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628
Copy link
Contributor

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.

Suggested change
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9

Signed-off-by: Horiodino <holiodin@gmail.com>
@Horiodino Horiodino force-pushed the Update_CodeQL_Action_to_version_v3 branch from 570f4f5 to 64d7114 Compare October 1, 2024 06:56
Copy link
Contributor

@thepetk thepetk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 1, 2024
@thepetk thepetk merged commit a6907ad into devfile:main Oct 1, 2024
8 checks passed
Copy link

openshift-ci bot commented Oct 1, 2024

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 1, 2024
@thepetk
Copy link
Contributor

thepetk commented Oct 1, 2024

@Horiodino I've merged your updates! Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants