From 50446bb057bb2fcda23a8cac7d8cd677e46ab222 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Tue, 20 Jan 2026 23:01:31 +0800 Subject: [PATCH] chore: Update release-drafter version to 6.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix https://github.com/cpp-linter/.github/actions/runs/21176182355/job/60905532465?pr=67 ```bash 🌈 zizmor v1.22.0 INFO audit: zizmor: 🌈 completed .github/workflows/ci-check.yml INFO audit: zizmor: 🌈 completed .github/workflows/codeql.yml INFO audit: zizmor: 🌈 completed .github/workflows/main.yml INFO audit: zizmor: 🌈 completed .github/workflows/mkdocs.yml INFO audit: zizmor: 🌈 completed .github/workflows/pre-commit.yml INFO audit: zizmor: 🌈 completed .github/workflows/py-coverage.yml INFO audit: zizmor: 🌈 completed .github/workflows/py-publish.yml INFO audit: zizmor: 🌈 completed .github/workflows/release-drafter.yml INFO audit: zizmor: 🌈 completed .github/workflows/snyk-container.yml INFO audit: zizmor: 🌈 completed .github/workflows/sphinx.yml INFO audit: zizmor: 🌈 completed .github/workflows/stale.yml Warning: release-drafter.yml:23: detects commit SHAs that don't match their version comment tags: points to commit 267d2e0268de Error: Process completed with exit code 13. ``` --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 5cb4d18..3705977 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: # Draft your next Release notes as Pull Requests are merged into the default branch - - uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 #v6 + - uses: release-drafter/release-drafter@267d2e0268deae5d44f3ba5029dd4d6e85f9d52d # v6.1.1 with: commitish: '${{ inputs.commitish }}' env: