From 678392aa6bef5e30cb1b9452978fd0b2ce56c2ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 19 Feb 2024 11:38:02 +0100 Subject: Merging upstream version 1.8. Signed-off-by: Daniel Baumann --- .github/workflows/checkpatch.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/release-python.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml index 8cf5e49..c0a09b7 100644 --- a/.github/workflows/checkpatch.yml +++ b/.github/workflows/checkpatch.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: ${{ env.PR_FETCH_DEPTH }} + fetch-depth: 0 - name: Run checkpatch review uses: webispy/checkpatch-action@v9 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3ed1f99..97ff3f4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,6 +17,6 @@ jobs: - name: build run: | scripts/build.sh coverage - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: false diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 57f36e7..3ca68a9 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -56,7 +56,7 @@ jobs: - name: Check if it is a release tag id: check-tag run: | - if [[ ${{ github.event.ref }} =~ ^refs/tags/v([0-9]+\.[0-9]+)(-rc[0-9]+)?$ ]]; then + if [[ ${{ github.event.ref }} =~ ^refs/tags/v([0-9]+\.[0-9]+)(\.[0-9]+)?(-rc[0-9]+)?$ ]]; then echo ::set-output name=match::true fi - name: Download artifiact -- cgit v1.2.3