<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tianocore/edk2.git/.github, branch dependabot/github_actions/actions/setup-python-7</title>
<subtitle>EDK II (mirror)</subtitle>
<id>https://git.radix-linux.su/Tianocore/edk2.git/atom?h=dependabot%2Fgithub_actions%2Factions%2Fsetup-python-7</id>
<link rel='self' href='https://git.radix-linux.su/Tianocore/edk2.git/atom?h=dependabot%2Fgithub_actions%2Factions%2Fsetup-python-7'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/'/>
<updated>2026-07-27T13:40:15+00:00</updated>
<entry>
<title>GitHub Action: Bump actions/setup-python from 6 to 7</title>
<updated>2026-07-27T13:40:15+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2026-07-27T13:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=b05cf3d1b43c33eb45aee9d9d5fcc78f48de0059'/>
<id>urn:sha1:b05cf3d1b43c33eb45aee9d9d5fcc78f48de0059</id>
<content type='text'>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>.github: Add RFC 0003 Breaking Change and Release Process files</title>
<updated>2026-07-10T22:02:44+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2026-07-06T15:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=0b68bfa540da9e360632dcc85417369acc382ea7'/>
<id>urn:sha1:0b68bfa540da9e360632dcc85417369acc382ea7</id>
<content type='text'>
Adds the GitHub issue template files for the EDK II Breaking Change
and Release Process, as well as a link to the process in the pull
request template.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.github: Bump actions/checkout from 6 to 7</title>
<updated>2026-06-23T17:00:51+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2026-06-22T13:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=9714474bf2e7405983674a48ccc1f49130c1fb94'/>
<id>urn:sha1:9714474bf2e7405983674a48ccc1f49130c1fb94</id>
<content type='text'>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

updated-dependencies:

- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.github: Use windows-2022 for UPL build</title>
<updated>2026-06-16T17:06:10+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2026-06-15T19:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=58cd060ae6e78d6d5b098f1f330cc8a18d830af3'/>
<id>urn:sha1:58cd060ae6e78d6d5b098f1f330cc8a18d830af3</id>
<content type='text'>
Currently, the UPL fails on Windows hosts because it specifies the
`windows-latest` image which has moved on to Visual Studio 2026 while
the build uses VS2022.

The decision to move the actual build to a later Visual Studio version
can be made independently, but for now, this change allows the UPL
build to succeed on GitHub hosted runner Windows hosts.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.github: Update GitHub Actions dependencies</title>
<updated>2026-06-12T00:20:34+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2026-06-10T20:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=529f8db563e50ea81b9a8c4f0658e3abab7d55fd'/>
<id>urn:sha1:529f8db563e50ea81b9a8c4f0658e3abab7d55fd</id>
<content type='text'>
Update GitHub Actions to their latest major versions across all
workflows:

- actions/checkout: v4 -&gt; v6
- actions/setup-python: v2/v5 -&gt; v6
- actions/upload-artifact: v4 -&gt; v7
- actions/cache: v4 -&gt; v5
- actions/create-github-app-token: v2 -&gt; v3
- actions/github-script: v7 -&gt; v9

This consolidates several dependabot PRs into a single commit.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.github: Remove SignedCapsulePkg</title>
<updated>2026-05-02T06:59:35+00:00</updated>
<author>
<name>Michael D Kinney</name>
<email>michael.d.kinney@intel.com</email>
</author>
<published>2026-05-01T18:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=7ab771ddcf8df195d4ade9d835e1897f04eed6ae'/>
<id>urn:sha1:7ab771ddcf8df195d4ade9d835e1897f04eed6ae</id>
<content type='text'>
Remove SignedCapsulePkg from the following GitHub configuration files:

- ISSUE_TEMPLATE/bug_report.yml: Remove SignedCapsulePkg from the
  affected package drop-down list.
- ISSUE_TEMPLATE/feature_request.yml: Remove SignedCapsulePkg from the
  affected package drop-down list.
- advanced-issue-labeler.yml: Remove the package:signedcapsulepkg
  label rule and its associated key.

SignedCapsulePkg is no longer used. The features provided by this
package have been superseded by FmpDevicePkg.

Signed-off-by: Michael D Kinney &lt;michael.d.kinney@intel.com&gt;
</content>
</entry>
<entry>
<title>.github/workflows: Enable CodeQL on ManageabilityPkg</title>
<updated>2026-04-27T13:15:26+00:00</updated>
<author>
<name>Abner Chang</name>
<email>abner.chang@amd.com</email>
</author>
<published>2026-02-14T14:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=ef745f258c03085973e5eeeba4452adedbc0ac22'/>
<id>urn:sha1:ef745f258c03085973e5eeeba4452adedbc0ac22</id>
<content type='text'>
This commit enables the code quality check on ManageabilityPkg.

Signed-off-by: Abner Chang &lt;abner.chang@amd.com&gt;
</content>
</entry>
<entry>
<title>.github: Add ManageabilityPkg to git issue and bug report</title>
<updated>2026-04-27T13:15:26+00:00</updated>
<author>
<name>Abner Chang</name>
<email>abner.chang@amd.com</email>
</author>
<published>2026-02-15T00:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=4906829f64b3b9f9d7bc8a163c9c016831c0bd16'/>
<id>urn:sha1:4906829f64b3b9f9d7bc8a163c9c016831c0bd16</id>
<content type='text'>
This commit adds ManageabilityPkg to bug report, issue,
and feature request.

Signed-off-by: Abner Chang &lt;abner.chang@amd.com&gt;
</content>
</entry>
<entry>
<title>.github: Update wiki links</title>
<updated>2026-02-10T05:44:46+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2026-02-03T20:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=ae73ab7c7dcf728b168fa686bf5d6a72636554f6'/>
<id>urn:sha1:ae73ab7c7dcf728b168fa686bf5d6a72636554f6</id>
<content type='text'>
The wiki has moved and this change updates links in the edk2 .github
directory to the new page location.

- New location: https://github.com/tianocore/tianocore-wiki.github.io
  - Rendered version: https://www.tianocore.org/tianocore-wiki.github.io/
- Old location: https://github.com/tianocore/tianocore.github.io/wiki

More details: https://github.com/tianocore/edk2/discussions/11969

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>Global: Make additional upgrades from GCC5 to GCC</title>
<updated>2025-12-10T08:18:57+00:00</updated>
<author>
<name>Mike Beaton</name>
<email>mjsbeaton@gmail.com</email>
</author>
<published>2025-12-07T15:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=c20483b928d9c923d7c5e0a6c321cf32ac13d590'/>
<id>urn:sha1:c20483b928d9c923d7c5e0a6c321cf32ac13d590</id>
<content type='text'>
Following on from the previous commit upgrading the CI from GCC5 to GCC,
in this commit we make the same upgrade in additional locations where it
appears appropriate.

Potential candidates discovered by simple `grep -r GCC5` in the project.

Continuous-integration-options: PatchCheck.ignore-multi-package

Signed-off-by: Mike Beaton &lt;mjsbeaton@gmail.com&gt;
</content>
</entry>
</feed>
