<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tianocore/edk2.git/.github, branch dependabot/github_actions/github/codeql-action-4</title>
<subtitle>EDK II (mirror)</subtitle>
<id>https://git.radix-linux.su/Tianocore/edk2.git/atom?h=dependabot%2Fgithub_actions%2Fgithub%2Fcodeql-action-4</id>
<link rel='self' href='https://git.radix-linux.su/Tianocore/edk2.git/atom?h=dependabot%2Fgithub_actions%2Fgithub%2Fcodeql-action-4'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/'/>
<updated>2025-11-10T14:07:35+00:00</updated>
<entry>
<title>GitHub Action: Bump github/codeql-action from 3 to 4</title>
<updated>2025-11-10T14:07:35+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-11-10T14:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=2c65907ffe16b1fa5e4ab70746822ed4435a61c6'/>
<id>urn:sha1:2c65907ffe16b1fa5e4ab70746822ed4435a61c6</id>
<content type='text'>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  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/workflows: Add PR formatting validator</title>
<updated>2025-10-01T23:46:51+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2025-08-06T21:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=edb5331f787519d1abbcf05563c7997453be2ef5'/>
<id>urn:sha1:edb5331f787519d1abbcf05563c7997453be2ef5</id>
<content type='text'>
This workflow runs when GitHub PRs are modified (edited, opened,
reopened, and synchronized) to perform basic validation of the PR
title and description.

Right now, this includes:

- Checking that the PR title is not empty
- Checking that the PR body is not empty
- Checking that the PR body meets the minimum text length.
  Where the minimum text length is defined to be the number of
  characters in the PR template with empty sections
- Checking that PR template placeholder do not remain in the PR
  description

If a check fails, a GitHub comment will be left on the PR and a PR
status check failure will be present on the PR until the issue is
resolved. Upon future runs of the workflow, existing PR validation
message contents are hashed and compared to a new message that may
potentially be posted. If the same comment is already posted in the
PR, it is not posted again.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.github/GitHub.py: Add output and env helpers</title>
<updated>2025-10-01T23:46:51+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2025-09-26T14:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=bfbd5d70e858f24b900555d51de5d2b293e98b79'/>
<id>urn:sha1:bfbd5d70e858f24b900555d51de5d2b293e98b79</id>
<content type='text'>
Adds GitHub helper functions so other Python code can more cleanly
set output and environment variables.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.azurepipelines,.github,.pytool: Disable ARM32 at Top Level/Pipelines</title>
<updated>2025-09-25T22:04:10+00:00</updated>
<author>
<name>Oliver Smith-Denny</name>
<email>osde@microsoft.com</email>
</author>
<published>2025-09-15T04:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=215e45bdb35c19e47be13364dafc823ab6c09768'/>
<id>urn:sha1:215e45bdb35c19e47be13364dafc823ab6c09768</id>
<content type='text'>
edk2 is dropping support for the ARM32 architecture. As such,
this commit drops ARM32 from running in CI and removes the
references to it in the readme and Maintainers.txt.

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

Signed-off-by: Oliver Smith-Denny &lt;osde@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.github: Compare collaborator GitHub ID's in single case</title>
<updated>2025-05-13T12:44:57+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2025-05-12T19:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=607c58ef010c9952263f5e5e2553ece4dd2067bc'/>
<id>urn:sha1:607c58ef010c9952263f5e5e2553ece4dd2067bc</id>
<content type='text'>
Since case of a GitHub user name may by specified differently in the
`Maintainers.txt` file versus what is actually returned by the GitHub
API (actual case), convert both to lowercase for comparison.

Other GitHub user name inputs are directly from APIs and maintain
consistent casing.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>GitHub Action: Bump actions/create-github-app-token from 1 to 2</title>
<updated>2025-04-07T16:01:33+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-04-07T14:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=1d5063763bedad4d87288a975fba0b3637fa3bd1'/>
<id>urn:sha1:1d5063763bedad4d87288a975fba0b3637fa3bd1</id>
<content type='text'>
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>workflows: Add UniversalPayload in to git work flow</title>
<updated>2025-03-08T18:22:38+00:00</updated>
<author>
<name>Gua Guo</name>
<email>gua.guo@intel.com</email>
</author>
<published>2025-03-08T17:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=2b6f979744cf2b957116d2b31b31bbe8cbbdb880'/>
<id>urn:sha1:2b6f979744cf2b957116d2b31b31bbe8cbbdb880</id>
<content type='text'>
Add UPL fit binary build
Add UPL elf binary build

Signed-off-by: Gua Guo &lt;gua.guo@intel.com&gt;
</content>
</entry>
<entry>
<title>.github/stale.yml: Exempt type:code-first changes</title>
<updated>2025-03-07T18:59:15+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2025-03-04T17:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=d684097661ebb5dafdc46fc890ac106fe6e296a1'/>
<id>urn:sha1:d684097661ebb5dafdc46fc890ac106fe6e296a1</id>
<content type='text'>
Does not apply stale labels to code first issues and pull requests
since those need to stay open until spec changes are published and
that might be a long time.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.github: Add EDK II Code First form</title>
<updated>2025-03-07T18:59:15+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2025-03-03T21:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=1cc2af8a649dfc0ff8b080ea2a1efb4df221e0b3'/>
<id>urn:sha1:1cc2af8a649dfc0ff8b080ea2a1efb4df221e0b3</id>
<content type='text'>
The EDK II Code First process is being revised to align with GitHub.

The actual process changes will be made to the process page on the
TianoCore wiki:

https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Code-First-Process

These changes:

- Remove the "code first" checkbox from existing forms.
- Add a "code first" issue form that is used to submit issues
  tracking code first changes.

The primary template filled in for code first changes is included
with no change from the prior template.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>.github/codeql.yml: Drop ArmPkg IA32 and X64 from build matrix</title>
<updated>2025-01-30T21:05:41+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2025-01-29T22:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=31abbed23760efdb5eb6e9a0b7173272cf826cd4'/>
<id>urn:sha1:31abbed23760efdb5eb6e9a0b7173272cf826cd4</id>
<content type='text'>
These archs are not supported by ArmPkg so we can save agent
resources by not attempting to schedule their CodeQL build.

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
</feed>
