diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index d768259..ce623e9 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -3,7 +3,7 @@ name: Broken links on: workflow_dispatch: schedule: - - cron: "23 23 * * 0" + - cron: "23 5 * * 0" permissions: issues: write @@ -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 diff --git a/.github/workflows/image-vuln-scan.yml b/.github/workflows/image-vuln-scan.yml index 95e2a43..d0fad68 100644 --- a/.github/workflows/image-vuln-scan.yml +++ b/.github/workflows/image-vuln-scan.yml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6adebf..a532c1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,6 +89,7 @@ jobs: contents: read attestations: write id-token: write + artifact-metadata: write steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 31139fd..18e9c2b 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -11,6 +11,7 @@ jobs: contents: read attestations: write id-token: write + artifact-metadata: write steps: - uses: actions/checkout@v6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 115e492..4271efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.2.6 +* Updated dependencies + # 1.2.5 * Updated dependencies diff --git a/src/OpenIdConnectServerMock.csproj b/src/OpenIdConnectServerMock.csproj index be6ed52..2e1e018 100644 --- a/src/OpenIdConnectServerMock.csproj +++ b/src/OpenIdConnectServerMock.csproj @@ -27,10 +27,10 @@ - - + + - +