From 27046f2376720ec7a7d61428398916ba999c1e50 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 25 Feb 2025 05:41:54 +0100 Subject: [PATCH 1/2] coverity-scan.yml: Do not run in fork repositories --- .github/workflows/coverity-scan.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index d6788872..bf05831c 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -43,6 +43,9 @@ permissions: jobs: coverity_scan_upload: name: Upload build to Coverity Scan + # NOTE: The idea is not to bother fork repositories with a job + # that is doomed to fail + if: ${{ github.repository == 'libexpat/libexpat' }} runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 From da47494e447678e9976b8b4c8a527b4bde8e4935 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 25 Feb 2025 05:55:46 +0100 Subject: [PATCH 2/2] Changes: Document #964 --- expat/Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/Changes b/expat/Changes index dcefd4c1..599abb68 100644 --- a/expat/Changes +++ b/expat/Changes @@ -70,7 +70,7 @@ Release 2.6.5 ??? ???????? ?? ???? #791 #946 CI: Make GitHub Actions build using MSVC on Windows and produce 32bit and 64bit Windows binaries #956 CI: Get off of about-to-be-removed Ubuntu 20.04 - #960 CI: Start uploading to Coverity Scan for static analysis + #960 #964 CI: Start uploading to Coverity Scan for static analysis Special thanks to: Mark Brand