File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Broken links
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : " 23 23 * * 0"
6+ - cron : " 23 5 * * 0"
77
88permissions :
99 issues : write
2020 id : lychee
2121 uses : lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
2222 with :
23+ args : " --verbose --no-progress './**/*.md'"
2324 fail : false # Don't fail on broken links, create an issue instead
2425
2526 - name : Find already existing issue
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v6
2121
2222 - name : Scan - Full
23- uses : aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35 .0
23+ uses : aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36 .0
2424 with :
2525 image-ref : ${{ env.TRIVYY_IMAGE_REF }}
2626
3434
3535 - name : Scan - Relevant
3636 id : scan_relevant
37- uses : aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35 .0
37+ uses : aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36 .0
3838 with :
3939 trivy-config : trivy.yml
4040 image-ref : ${{ env.TRIVYY_IMAGE_REF }}
Original file line number Diff line number Diff line change 8989 contents : read
9090 attestations : write
9191 id-token : write
92+ artifact-metadata : write
9293 steps :
9394 - uses : actions/checkout@v6
9495
Original file line number Diff line number Diff line change 1111 contents : read
1212 attestations : write
1313 id-token : write
14+ artifact-metadata : write
1415 steps :
1516 - uses : actions/checkout@v6
1617
Original file line number Diff line number Diff line change 1+ # 1.2.6
2+ * Updated dependencies
3+
14# 1.2.5
25* Updated dependencies
36
Original file line number Diff line number Diff line change 2727
2828 <ItemGroup >
2929 <PackageReference Include =" Duende.IdentityServer" Version =" 7.4.7" />
30- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 10.0.5 " />
31- <PackageReference Include =" Microsoft.Extensions.FileProviders.Embedded" Version =" 10.0.5 " />
30+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 10.0.7 " />
31+ <PackageReference Include =" Microsoft.Extensions.FileProviders.Embedded" Version =" 10.0.7 " />
3232 <PackageReference Include =" Serilog.AspNetCore" Version =" 10.0.0" />
33- <PackageReference Include =" YamlDotNet" Version =" 16.3.0 " />
33+ <PackageReference Include =" YamlDotNet" Version =" 17.0.1 " />
3434 </ItemGroup >
3535
3636</Project >
You can’t perform that action at this time.
0 commit comments