Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .azurepipelines/MuDevOpsWrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v18.0.7
ref: refs/tags/v18.0.8

parameters:
- name: do_ci_build
Expand Down Expand Up @@ -87,7 +87,7 @@ parameters:
jobs:
- template: Jobs/PrGate.yml@mu_devops
parameters:
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:76935a3
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:a2acedd
${{ if eq(parameters.rust_build, true) }}:
linux_container_options: --security-opt seccomp=unconfined
do_ci_build: ${{ parameters.do_ci_build }}
Expand All @@ -111,7 +111,7 @@ jobs:

container:

image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:76935a3
image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:a2acedd
options: --user root --name mu_devops_build_container --security-opt seccomp=unconfined

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/clangpdb-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:
jobs:
package-matrix:
name: Gather Repository Packages
uses: microsoft/mu_devops/.github/workflows/PackageMatrix.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/PackageMatrix.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8
with:
ci-config: '.pytool/CISettings.py'
python-version: "3.12"
Expand All @@ -49,7 +49,7 @@ jobs:

needs: package-matrix

uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8

with:
runner: windows-latest
Expand All @@ -65,12 +65,12 @@ jobs:

needs: package-matrix

uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8

with:
runner: ubuntu-latest
setup-cmd: both
container: ghcr.io/microsoft/mu_devops/ubuntu-24-build:76935a3
container: ghcr.io/microsoft/mu_devops/ubuntu-24-build:a2acedd
python-version: "3.12"
package-config: ${{ needs.package-matrix.outputs.matrix }}

Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7



- name: Install Python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with:
python-version: '3.12'

Expand Down Expand Up @@ -102,12 +102,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7



- name: Install Python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with:
python-version: '3.12'
cache: 'pip'
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
# and need to be investigated
# - name: Attempt to Load cargo-make From Cache
# id: cargo_make_cache
# uses: actions/cache@v6
# uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
# with:
# path: ${{ steps.get_cargo_tool_details.outputs.cargo_bin_path }}
# key: ${{ steps.get_cargo_tool_details.outputs.cargo_make_cache_key }}
Expand All @@ -233,7 +233,7 @@ jobs:

- name: Download cargo-make
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
uses: robinraju/release-downloader@28fc21f50d76778e7023361aa1f863e717d3d56f # v1
uses: robinraju/release-downloader@28fc21f50d76778e7023361aa1f863e717d3d56f # v1.13
with:
repository: 'sagiegurari/cargo-make'
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
run: stuart_setup -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }}

- name: Upload Setup Log As An Artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
if: (success() || failure()) && steps.get_ci_file_operations.outputs.setup_supported == 'true'
with:
name: ${{ matrix.package }}-Setup-Log
Expand All @@ -288,7 +288,7 @@ jobs:
run: stuart_ci_setup -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }}

- name: Upload CI Setup Log As An Artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
if: (success() || failure()) && steps.get_ci_file_operations.outputs.ci_setup_supported == 'true'
with:
name: ${{ matrix.package }}-CI-Setup-Log
Expand All @@ -301,7 +301,7 @@ jobs:
run: stuart_update -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }}

- name: Upload Update Log As An Artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
if: success() || failure()
with:
name: ${{ matrix.package }}-Update-Log
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:

- name: Attempt to Load CodeQL CLI From Cache
id: codeqlcli_cache
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
with:
path: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }}
key: ${{ steps.cache_key_gen.outputs.codeql_cli_cache_key }}
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
delete_dirs(build_path)

- name: Upload Build Logs As An Artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
if: success() || failure()
with:
name: ${{ matrix.package }}-Build-Logs
Expand Down Expand Up @@ -484,15 +484,15 @@ jobs:
print(f'sarif_file_path={sarif_path}', file=fh)

- name: Upload CodeQL Results (SARIF) As An Artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: ${{ matrix.package }}-CodeQL-SARIF
path: ${{ steps.env_data.outputs.sarif_file_path }}
retention-days: 14
if-no-files-found: warn

- name: Upload CodeQL Results (SARIF) To GitHub Code Scanning
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/upload-sarif@311b4ee155dcdab395044f00946f664bd51ff173 # v4
with:
# Path to SARIF file relative to the root of the repository.
sarif_file: ${{ steps.env_data.outputs.sarif_file_path }}
Expand All @@ -513,7 +513,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

- name: Create Empty SARIF
shell: python
Expand All @@ -540,7 +540,7 @@ jobs:
json.dump(sarif, f)

- name: Upload Empty SARIF To GitHub Code Scanning
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/upload-sarif@311b4ee155dcdab395044f00946f664bd51ff173 # v4
with:
sarif_file: empty.sarif
category: no-packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ on:
jobs:
apply:

uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ on:

jobs:
apply:
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ on:
jobs:
sync:

uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-formatting-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Generate Token
id: app-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
with:
app-id: ${{ vars.MU_ACCESS_APP_ID }}
private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Check for Validation Errors
if: env.VALIDATION_ERROR
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9
with:
script: |
core.setFailed('PR Formatting Validation Check Failed!')
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
draft:
name: Draft Releases

uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Generate Token
id: app-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
with:
app-id: ${{ vars.MU_ACCESS_APP_ID }}
private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ on:
jobs:
check:

uses: microsoft/mu_devops/.github/workflows/Stale.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/Stale.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ on:
jobs:
triage:

uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@131433bb4f29d68250154cc66096f04c19fe3ee9 # v18.0.7
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@03a39fd1bad66b91ef5487fd9725437fc1b34e3f # v18.0.8
secrets: inherit
Loading