Skip to content

Commit 785d8af

Browse files
authored
Merge pull request #123 from xdev-software/develop
Release
2 parents 0b09bc1 + 382b63d commit 785d8af

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/broken-links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Broken links
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "23 23 * * 0"
6+
- cron: "23 5 * * 0"
77

88
permissions:
99
issues: write
@@ -20,6 +20,7 @@ jobs:
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

.github/workflows/image-vuln-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

@@ -34,7 +34,7 @@ jobs:
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 }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
contents: read
9090
attestations: write
9191
id-token: write
92+
artifact-metadata: write
9293
steps:
9394
- uses: actions/checkout@v6
9495

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
contents: read
1212
attestations: write
1313
id-token: write
14+
artifact-metadata: write
1415
steps:
1516
- uses: actions/checkout@v6
1617

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.2.6
2+
* Updated dependencies
3+
14
# 1.2.5
25
* Updated dependencies
36

src/OpenIdConnectServerMock.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
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>

0 commit comments

Comments
 (0)