Skip to content

Commit 5c81ec2

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github/codeql-action-3.28.12
2 parents f8b055f + 0663950 commit 5c81ec2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: dotnet build --configuration Debug --no-restore
5050

5151
- name: Upload Build Artifacts
52-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5353
with:
5454
name: build-artifacts
5555
path: |
@@ -96,7 +96,7 @@ jobs:
9696
thresholds: "10 30"
9797

9898
- name: Upload Code Coverage Results
99-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
99+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
100100
with:
101101
name: coverage-results
102102
path: |
@@ -111,7 +111,7 @@ jobs:
111111
files: "test/**/TestResults.xml"
112112

113113
- name: Upload Test Artifacts
114-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
114+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115115
with:
116116
name: test-results
117117
path: "test/**/TestResults.xml"

.github/workflows/ci-manual-build-test-sign.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
Get-ChildItem -Path ${{ env.nupkgDirectory }} -Recurse -Force
7676
7777
- name: Upload unsigned nupkgs
78-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7979
with:
8080
name: build-artifacts
8181
path: ${{ env.nupkgDirectory }}/*
@@ -98,7 +98,7 @@ jobs:
9898
run: dotnet tool install --tool-path ./sign sign --version 0.9.1-beta.25169.2
9999

100100
- name: 'Gather nupkgs from build output'
101-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
101+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
102102
with:
103103
name: build-artifacts
104104
path : ${{ env.nupkgDirectory }}
@@ -122,7 +122,7 @@ jobs:
122122
./sign/sign code azure-key-vault *.nupkg --base-directory ${{ env.nupkgDirectory }} --azure-key-vault-url "${{ secrets.AZURE_KEY_VAULT_URL }}" --azure-key-vault-certificate "${{ secrets.AZURE_KEY_VAULT_CERTIFICATE }}"
123123
124124
- name: Upload signed nupkgs
125-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
125+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
126126
with:
127127
name: signed-artifacts
128128
path: ${{ env.nupkgDirectory }}/*
@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
147147

148148
- name: 'Gather nupkgs from signing output'
149-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
149+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
150150
with:
151151
name: signed-artifacts
152152
path : ${{ env.nupkgDirectory }}

.github/workflows/upload-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: audit
2424

2525
- name: 'Download coverage results'
26-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
26+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
2727
with:
2828
name: coverage-results
2929

0 commit comments

Comments
 (0)