File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 2525jobs :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525jobs :
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
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
106106
107107RUN 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
113113RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
103103
104104RUN 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
110110RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \
You can’t perform that action at this time.
0 commit comments