v9.1.1
·
235 commits
to refs/heads/main
since this release
What's Changed
-
GitHub Action: Bump robinraju/release-downloader from 1.8 to 1.9 @makubacki (#307)
Change Details
Updates the CodeQL workflows to match the latest version that is being updated by dependabot in relevant repos.
Release notes
Sourced from robinraju/release-downloader's releases.
Release Downloader v1.9
What's Changed
- Correct minor typo in extract action input by
@philostlerin robinraju/release-downloader#666 - Fix broken link to CI status badge on README by
@robinrajuin robinraju/release-downloader#672 - Upgrade node runtime to v20 by
@xelarisin robinraju/release-downloader#673 - Add release name to output variable by
@robinrajuin robinraju/release-downloader#677 - Throw error when a release with no assets are obtained by
@robinrajuin robinraju/release-downloader#678 - Download latest pre-release by
@robinrajuin robinraju/release-downloader#679
Dependancy Updates
- Update dependencies by
@robinrajuin robinraju/release-downloader#671 - Bump
@types/nodefrom 20.9.4 to 20.11.8 by@dependabotin robinraju/release-downloader#674 - Bump
@typescript-eslint/parserfrom 6.12.0 to 6.19.1 by@dependabotin robinraju/release-downloader#675 - Bump eslint from 8.54.0 to 8.56.0 by
@dependabotin robinraju/release-downloader#676
New Contributors
@philostlermade their first contribution in robinraju/release-downloader#666@xelarismade their first contribution in robinraju/release-downloader#673
Full Changelog: robinraju/release-downloader@v1.8...v1.9
Commits
368754bDownload latest prerelease (#679)52c0768Throw error when a release with no assets are obtained (#678)a3ec587Add release name to output variable (#677)216d90dBump eslint from 8.54.0 to 8.56.0 (#676)f70dc82Bump@typescript-eslint/parserfrom 6.12.0 to 6.19.1 (#675)6dd543bBump@types/nodefrom 20.9.4 to 20.11.8 (#674)63ce2a8Upgrade node runtime to v20 (#673)50f312fFix broken link to CI status badge on README (#672)56fac71Update dependencies (#671)0ef9efaCorrect minor typo in extract action input (#666)- Additional commits viewable in compare view
- Correct minor typo in extract action input by
🔐 Security Impacting
-
workflows: Add permissions. @Javagedes (#305)
Change Details
Add permissions to the workflows across mu_devops. This includes the workflows sync'd across repositories, and workflows used in mu_devops itself.
With MU_BASECORE's Settings -> Code and automation -> Actions -> General -> Workflow permissions set to "Read repository contents and packages permissions" selected, I had no failures, with the following tested:
.github/workflows
- AutoMerger.yml - Untested
- FileSyncer.yml - Tested
- IssueAssignment.yml - Tested
- IssueTriager.yml - Tested
- LabelSyncer.yml - Tested
- Labeler.yml - Tested
- ReleaseDrafter.yml - Tested
.sync/workflows/leaf
- auto-approve.yml - Untested
- auto-merge.yml - Untested
- issue-assignment.yml - Tested through IssueAssignment.yml
- label-issues.yml - Tested through Labeler.yml
- label-sync.yml - Tested through LabelSyncer.yml
- pull-request-formatting-validator.yml - Tested Directly
- release-draft.yml - Tested through ReleaseDrafter.yml
- scheduled-maintenance.yml - Tested Directly
- stale.yml - Tested Directly
- submodule-release-update.yml - Untested
- triage-issues.yml - Tested
Full Changelog: v9.1.0...v9.1.1