Skip to content

Fix Homebrew formula bump - #2361

Merged
turbolent merged 1 commit into
masterfrom
bastian/fix-homebrew-bump-action
Aug 25, 2026
Merged

Fix Homebrew formula bump#2361
turbolent merged 1 commit into
masterfrom
bastian/fix-homebrew-bump-action

Conversation

@turbolent

Copy link
Copy Markdown
Member

Description

The Publish Release workflow failed for v2.18.0: https://github.com/onflow/flow-cli/actions/runs/32891906132

Error: unexpected HTTP 303 response

mislav/bump-homebrew-formula-action@v3 only accepts HTTP 301/302 when it resolves the release tarball URL. GitHub now answers that request with 303.

v4.2 of the action accepts any 3xx redirect (mislav/bump-homebrew-formula-action#342).
v4 also moves the action to Node 24, which clears the Node 20 deprecation warning in the same job.


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@turbolent turbolent self-assigned this Aug 25, 2026
@turbolent
turbolent requested a review from a team as a code owner August 25, 2026 20:20
@turbolent turbolent added Bugfix dependencies Pull requests that update a dependency file labels Aug 25, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/publish-release.yml

PackageVersionLicenseIssue Type
mislav/bump-homebrew-formula-action4.*.*NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/mislav/bump-homebrew-formula-action 4.*.* 🟢 5
Details
CheckScoreReason
Maintained🟢 1029 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Code-Review🟢 10all changesets reviewed
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Branch-Protection⚠️ 0branch protection not enabled on development/release branches

Scanned Files

  • .github/workflows/publish-release.yml

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@turbolent
turbolent merged commit d6883e4 into master Aug 25, 2026
9 checks passed
@turbolent
turbolent deleted the bastian/fix-homebrew-bump-action branch August 25, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bugfix dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants