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

Remove support for CodeQL 2.12.5 and earlier by henrymercer · Pull Request #2232 · github/codeql-action · GitHub

Remove support for CodeQL 2.12.5 and earlier - #2232

Merged
henrymercer merged 7 commits into
mainfrom
henrymercer/remove-support-codeql-2.12.5
Apr 9, 2024
Merged

henrymercer merged 7 commits into
mainfrom
henrymercer/remove-support-codeql-2.12.5

Conversation

Copy link
Copy Markdown
Contributor

Follow up to #2220 where we announced that support for CodeQL v2.12.5 and earlier would be removed after these versions were deprecated alongside GHES 3.8.

We'll need to update the set of required PR checks before merging this.

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.

henrymercer requested a review from a team as a code owner April 9, 2024 11:35
angelapwen previously approved these changes Apr 9, 2024

angelapwen 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

🧹 just one comment!!

Comment thread pr-checks/sync.py
'name': 'Set environment variable for Swift enablement',
'if': "runner.os != 'Windows' && matrix.version == '20221211'",
'shell': 'bash',
'run': 'echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV'

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

I think we can remove this conditional too:

env.CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT == 'true' ||
(requires a rebuild 🙇)

Copy link
Copy Markdown
Contributor Author

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

Yes, agreed!

angelapwen 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 to me!

henrymercer merged commit 24a0170 into main Apr 9, 2024
henrymercer deleted the henrymercer/remove-support-codeql-2.12.5 branch April 9, 2024 19:03
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.

2 participants


Back | FazBrowse Home | New Git URL