v2.2.2
·
390 commits
to refs/heads/main
since this release
What's Changed
-
.sync/codeql.yml: Use Git long paths on Windows @makubacki (#136)
Change Details
It is a well known limitation that GitHub uses the pattern `/_work///` as the working directory on the GitHub workflow agents.
It is redundant and particularly impactful on Windows as discussed
below:https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
This especially causes an issue in a Mu repository at the moment
(mu_common_intel_min_platform) due to its longer name which is
repeated twice in the path (as<repo-name>).This change is limited to the GitHub CodeQL workflow and was found
to resolve the issue encountered and not raise any additional issues
in this workflow in testing.Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
-
.sync/release-draft-config.yml: Exclude dependabot contributions @makubacki (#135)
Change Details
Dependabot is noisier now than it used to be, exclude it from release notes to focus on important changes.
Full Changelog: v2.2.1...v2.2.2