FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Autobuild Go in `analyze` if not already built by angelapwen · Pull Request #1219 · github/codeql-action · GitHub

Autobuild Go in analyze if not already built - #1219

Merged
henrymercer merged 10 commits into
mainfrom
angelapwen/autobuild-in-analyze
Sep 2, 2022
Merged

henrymercer merged 10 commits into
mainfrom
angelapwen/autobuild-in-analyze

Conversation

Copy link
Copy Markdown
Contributor

This change will run the autobuilder for Golang in the analyze step if:

  • the feature flag golang_extraction_reconciliation_enabled is on
  • the autobuild step has not already run for Go
  • the user has not provided manual build steps for Go

This change should be a no-op for now, as if a user has not provided manual build steps for Go, we treat Go as an interpreted language and the autobuilder will run even if users have not included the autobuild action.

With some imminent changes where we will not treat Go as an interpreted language, we introduce this change to maintain backwards compatibility for users who may have removed the autobuild step and who have not provided manual build steps. In this case, we will still autobuild for them at the beginning of the analyze step.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

angelapwen requested a review from a team as a code owner August 26, 2022 22:38
angelapwen requested a review from henrymercer August 26, 2022 22:38
angelapwen force-pushed the angelapwen/autobuild-in-analyze branch from 781cafc to 893add6 Compare August 26, 2022 22:43

aeisenberg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Two minor things.

Comment thread src/analyze-action.ts Outdated
Comment thread src/analyze-action.ts Outdated

Copy link
Copy Markdown
Contributor

I'll move this PR forward while Angela's on vacation. I'll start by addressing Andrew's review comments and adding a PR check to test the new behavior.

henrymercer marked this pull request as draft August 30, 2022 17:06
henrymercer force-pushed the angelapwen/autobuild-in-analyze branch from 3adbc27 to 962795a Compare August 31, 2022 11:57
henrymercer force-pushed the angelapwen/autobuild-in-analyze branch from e86336e to 8e0846c Compare August 31, 2022 12:22
henrymercer marked this pull request as ready for review August 31, 2022 14:29
henrymercer requested a review from aeisenberg August 31, 2022 14:29

aeisenberg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Looks good. A minor comment.

Comment thread src/analyze-action.ts Outdated
henrymercer merged commit 21530f5 into main Sep 2, 2022
henrymercer deleted the angelapwen/autobuild-in-analyze branch September 2, 2022 16:36
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL