File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ permissions:
14
14
15
15
jobs :
16
16
Build :
17
- uses : microsoft/digitalworkplace-workflows/.github/workflows/build.yml@v3.1
17
+ uses : microsoft/digitalworkplace-workflows/.github/workflows/build.yml@v3.2
18
18
with :
19
19
project-to-build : " src/Generator/Generator.csproj"
20
20
project-to-test : " Generator.sln"
21
21
coverage-threshold : 89
22
22
23
23
Pack :
24
- uses : microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.1
24
+ uses : microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.2
25
25
with :
26
26
project-to-pack : " src/Generator/Generator.csproj"
27
27
28
28
Scan :
29
- uses : microsoft/digitalworkplace-workflows/.github/workflows/scan.yml@v3.1
29
+ uses : microsoft/digitalworkplace-workflows/.github/workflows/scan.yml@v3.2
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ permissions:
12
12
13
13
jobs :
14
14
Pack :
15
- uses : microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.1
15
+ uses : microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.2
16
16
with :
17
17
project-to-pack : " src/Generator/Generator.csproj"
18
18
19
19
Sign :
20
20
needs : Pack
21
- uses : microsoft/digitalworkplace-workflows/.github/workflows/sign.yml@v3.1
21
+ uses : microsoft/digitalworkplace-workflows/.github/workflows/sign.yml@v3.2
22
22
secrets : inherit
23
23
24
24
Publish :
25
25
needs : [Pack, Sign]
26
- uses : microsoft/digitalworkplace-workflows/.github/workflows/publish.yml@v3.1
26
+ uses : microsoft/digitalworkplace-workflows/.github/workflows/publish.yml@v3.2
27
27
secrets : inherit
You can’t perform that action at this time.
0 commit comments