Skip to content

Commit 447b4b8

Browse files
committed
Dependabot auto merge test
1 parent 76160e5 commit 447b4b8

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ updates:
4040
interval: "daily"
4141
time: "07:30"
4242
timezone: "Israel"
43-

.github/workflows/Build AppControl Manager MSIX Package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
#
7575

7676
- name: Check out the repository code
77-
uses: actions/checkout@v6
77+
uses: actions/checkout@v5
7878

7979
- name: Building And Packaging the AppControl Manager
8080
id: main_buildOp
@@ -772,7 +772,7 @@ jobs:
772772
path: ${{ env.X64MSBuildLog_PATH }}
773773

774774
- name: Uploading Artifact 3
775-
uses: actions/upload-artifact@v6
775+
uses: actions/upload-artifact@v5
776776
with:
777777
retention-days: 1
778778
compression-level: 0
@@ -815,7 +815,7 @@ jobs:
815815
steps:
816816

817817
- name: Downloading all Artifacts
818-
uses: actions/download-artifact@v7
818+
uses: actions/download-artifact@v5
819819
with:
820820
path: Downloaded-Artifacts # Download all artifacts in this folder
821821
merge-multiple: true
@@ -824,7 +824,7 @@ jobs:
824824
run: ls -R Downloaded-Artifacts
825825

826826
- name: Generating Artifact Attestation
827-
uses: actions/attest-build-provenance@v4
827+
uses: actions/attest-build-provenance@v3
828828
with:
829829
# subject-path: "${{ needs.build.outputs.MSIXBundle_PATH }}, ${{ needs.build.outputs.X64MSBuildLog_PATH }}, ${{ needs.build.outputs.ARM64MSBuildLog_PATH }}, ${{ needs.build.outputs.X64Symbol_PATH }}, ${{ needs.build.outputs.ARM64Symbol_PATH }}"
830830
subject-path: "Downloaded-Artifacts/*" # Use all the files in the artifact downloads folder

0 commit comments

Comments
 (0)