File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 31
31
run : echo "::add-matcher::.github/actionlint-matcher.json"
32
32
33
33
- name : Lint workflows
34
- uses : docker://rhysd/actionlint@sha256:daa1edae4a6366f320b68abb60b74fb59a458c17b61938d3c62709d92b231558 # v1.6.27
34
+ uses : docker://rhysd/actionlint@sha256:5acca218639222e4afbc82fc6e9ef56cbe646ade3b07f3f5ec364b638258a244 # v1.7.0
35
35
with :
36
36
args : -color
Original file line number Diff line number Diff line change 28
28
outputs :
29
29
dotnet-sdk-version : ${{ steps.setup-dotnet.outputs.dotnet-version }}
30
30
31
+ permissions :
32
+ attestations : write
33
+ contents : read
34
+ id-token : write
35
+
31
36
strategy :
32
37
fail-fast : false
33
38
matrix :
79
84
flags : ${{ runner.os }}
80
85
token : ${{ secrets.CODECOV_TOKEN }}
81
86
87
+ - name : Attest artifacts
88
+ uses : actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
89
+ if : |
90
+ runner.os == 'Windows' &&
91
+ github.event.repository.fork == false &&
92
+ (github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/v'))
93
+ with :
94
+ subject-path : |
95
+ ./artifacts/bin/Swashbuckle.AspNetCore.Annotations/release*/Swashbuckle.AspNetCore.Annotations.dll
96
+ ./artifacts/bin/Swashbuckle.AspNetCore.ApiTesting/release*/Swashbuckle.AspNetCore.ApiTesting.dll
97
+ ./artifacts/bin/Swashbuckle.AspNetCore.ApiTesting.Xunit/release*/Swashbuckle.AspNetCore.ApiTesting.Xunit.dll
98
+ ./artifacts/bin/Swashbuckle.AspNetCore.Cli/release*/dotnet-swagger.dll
99
+ ./artifacts/bin/Swashbuckle.AspNetCore.Cli/release*/dotnet-swagger.exe
100
+ ./artifacts/bin/Swashbuckle.AspNetCore.Newtonsoft/release*/Swashbuckle.AspNetCore.Newtonsoft.dll
101
+ ./artifacts/bin/Swashbuckle.AspNetCore.ReDoc/release*/Swashbuckle.AspNetCore.ReDoc.dll
102
+ ./artifacts/bin/Swashbuckle.AspNetCore.Swagger/release*/Swashbuckle.AspNetCore.Swagger.dll
103
+ ./artifacts/bin/Swashbuckle.AspNetCore.SwaggerGen/release*/Swashbuckle.AspNetCore.SwaggerGen.dll
104
+ ./artifacts/bin/Swashbuckle.AspNetCore.SwaggerUI/release*/Swashbuckle.AspNetCore.SwaggerUI.dll
105
+ ./artifacts/package/release/*
106
+
82
107
- name : Publish NuGet packages
83
108
uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
84
109
with :
You can’t perform that action at this time.
0 commit comments