Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Broken links
on:
workflow_dispatch:
schedule:
- cron: "23 23 * * 0"
- cron: "23 5 * * 0"

permissions:
issues: write
Expand All @@ -20,6 +20,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
with:
args: "--verbose --no-progress './**/*.md'"
fail: false # Don't fail on broken links, create an issue instead

- name: Find already existing issue
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/image-vuln-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v6

- name: Scan - Full
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
with:
image-ref: ${{ env.TRIVYY_IMAGE_REF }}

Expand All @@ -34,7 +34,7 @@ jobs:

- name: Scan - Relevant
id: scan_relevant
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
with:
trivy-config: trivy.yml
image-ref: ${{ env.TRIVYY_IMAGE_REF }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
contents: read
attestations: write
id-token: write
artifact-metadata: write
steps:
- uses: actions/checkout@v6

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
contents: read
attestations: write
id-token: write
artifact-metadata: write
steps:
- uses: actions/checkout@v6

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.6
* Updated dependencies

# 1.2.5
* Updated dependencies

Expand Down
6 changes: 3 additions & 3 deletions src/OpenIdConnectServerMock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="7.4.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.5" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="10.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.7" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="10.0.7" />
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
<PackageReference Include="YamlDotNet" Version="16.3.0" />
<PackageReference Include="YamlDotNet" Version="17.0.1" />
</ItemGroup>

</Project>