From 5da72db96fe3b06e51002eaa398e5fe067ce2daf Mon Sep 17 00:00:00 2001 From: Bertrand THOMAS Date: Mon, 6 Jul 2026 00:29:45 +0200 Subject: [PATCH 1/2] Change fossa check to avoid memory issue --- .github/workflows/reusable-dotnet-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-dotnet-quality.yml b/.github/workflows/reusable-dotnet-quality.yml index 304ba98..58c705b 100644 --- a/.github/workflows/reusable-dotnet-quality.yml +++ b/.github/workflows/reusable-dotnet-quality.yml @@ -174,7 +174,7 @@ jobs: test-diff-revision: ${{ github.event.pull_request.base.sha }} generate-report: html - name: Create FOSSA report file - if: ${{ inputs.fossa-enabled && steps.fossa.outputs.report != '' }} + if: ${{ inputs.fossa-enabled && steps.fossa.outcome == 'success' }} run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html continue-on-error: true # TODO: replace with more secure action From 61c37b2eec9ce34038855a0da29bb7273472a161 Mon Sep 17 00:00:00 2001 From: Bertrand THOMAS Date: Mon, 6 Jul 2026 00:40:58 +0200 Subject: [PATCH 2/2] Update encoding on markdown lint config file --- .markdownlint-cli2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 1da59d6..5176f75 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,4 +1,4 @@ -gitignore: true +gitignore: true ignores: - "**/node_modules/**" config: