Skip to content

Commit 325f2d0

Browse files
Repo File Sync: synced file(s) with microsoft/mu_devops (#507)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 2104bcd commit 325f2d0

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ updates:
5050
time: "06:00"
5151
ignore:
5252
# Ignore dependencies that are synced from mu_devops
53-
- dependency-name: "microsoft/mu_devops"
54-
- dependency-name: "github/codeql-action"
53+
- dependency-name: "microsoft/mu_devops*"
54+
- dependency-name: "github/codeql-action*"
5555
commit-message:
5656
prefix: "GitHub Action"
5757
labels:

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
sync:
2727

28-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.0
28+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.2
2929
secrets: inherit

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
draft:
3030
name: Draft Releases
3131

32-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.0
32+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.2
3333
secrets: inherit

.github/workflows/stale-leaf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
check:
2727

28-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.0
28+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.2
2929
secrets: inherit

Containers/Ubuntu-22/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
106106

107107
RUN mkdir -p iasl_temp && cd iasl_temp && \
108108
wget -O iasl_${IASL_VERSION}.nupkg "https://pkgs.dev.azure.com/projectmu/acpica/_apis/packaging/feeds/mu_iasl/nuget/packages/edk2-acpica-iasl/versions/${IASL_VERSION}/content?api-version=6.0-preview.1" && \
109-
unzip iasl_${IASL_VERSION}.nupkg -d iasl_pkg_contents && \
110-
cp iasl_pkg_contents/edk2-acpica-iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
109+
unzip iasl_${IASL_VERSION}.nupkg -d /iasl_pkg_contents && \
110+
cp /iasl_pkg_contents/edk2-acpica-iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
111111
cd .. && rm -rf iasl_temp
112112

113113
RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \

Containers/Ubuntu-24/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
103103

104104
RUN mkdir -p iasl_temp && cd iasl_temp && \
105105
wget -O iasl_${IASL_VERSION}.nupkg "https://pkgs.dev.azure.com/projectmu/acpica/_apis/packaging/feeds/mu_iasl/nuget/packages/edk2-acpica-iasl/versions/${IASL_VERSION}/content?api-version=6.0-preview.1" && \
106-
unzip iasl_${IASL_VERSION}.nupkg -d iasl_pkg_contents && \
107-
cp iasl_pkg_contents/edk2-acpica-iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
106+
unzip iasl_${IASL_VERSION}.nupkg -d /iasl_pkg_contents && \
107+
cp /iasl_pkg_contents/edk2-acpica-iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
108108
cd .. && rm -rf iasl_temp
109109

110110
RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \

0 commit comments

Comments
 (0)