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

Bump `setup-swift` and re-configure dependabot by angelapwen · Pull Request #1560 · github/codeql-action · GitHub

Bump setup-swift and re-configure dependabot - #1560

Merged
angelapwen merged 4 commits into
github:mainfrom
angelapwen:improve-setup-swift
Mar 6, 2023
Merged

angelapwen merged 4 commits into
github:mainfrom
angelapwen:improve-setup-swift

Conversation

angelapwen commented Mar 3, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

Our Swift extractor is now using Swift v5.7.3, but our setup-swift version was pinned to a prior version that doesn't support v5.7.3, so our CI is failing.

This change bumps setup-swift to its most recent release commit SHA (https://github.com/swift-actions/setup-swift/releases/tag/v1.22.0).

It also adds a new entry to the dependabot.yml file because Dependabot should have bumped this version — setup-swift v1.22.0 was released two weeks ago and we run Dependabot checks weekly. Per the dependabot maintainers, the filepath needed is the root of the repo (/.github/workflows is specially cased under /).

We also add a comment reminding the next person who approves a Dependabot update to manually update the SHA in the CLI's CodeQL Action Integration Test. (Note that we should also replicate the logic of finding the appropriate Swift version in the CLI's integration test).

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 March 3, 2023 21:13
adityasharad previously approved these changes Mar 3, 2023
Comment thread .github/dependabot.yml
directory: "/"
schedule:
interval: weekly
- package-ecosystem: github-actions

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

Perhaps comment here why we need this separately from the / pattern above. I understand / to mean "repo root and .github/workflows` and any other subdir needs explicit inclusion?

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, that's correct 👍 will do

angelapwen requested a review from adityasharad March 3, 2023 21:23
angelapwen enabled auto-merge (squash) March 3, 2023 21:29
angelapwen merged commit 6f079be into github:main Mar 6, 2023
henrymercer mentioned this pull request Mar 6, 2023
3 tasks
github-actions Bot mentioned this pull request Mar 10, 2023
6 tasks
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