From 0a3a774cb2149e59e377df2ee4efe62f5a92ee0f Mon Sep 17 00:00:00 2001 From: bordumb Date: Wed, 11 Mar 2026 01:02:25 +0000 Subject: [PATCH 1/2] fix: add more precise link on badge --- .github/workflows/verify-commits.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-commits.yml b/.github/workflows/verify-commits.yml index 5783d0b..7184b04 100644 --- a/.github/workflows/verify-commits.yml +++ b/.github/workflows/verify-commits.yml @@ -16,9 +16,10 @@ jobs: with: fetch-depth: 0 - - uses: auths-dev/auths-verify-github-action@v1 + - uses: auths-dev/auths-verify-github-action@v1.0.3 with: allowed-signers: .auths/allowed_signers + auths-version: '0.0.1-rc.8' fail-on-unsigned: true post-pr-comment: 'true' github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 8d914b6..4f4d292 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Auths -[![Verify Commits](https://github.com/auths-dev/auths/actions/workflows/verify-commits.yml/badge.svg)](https://github.com/auths-dev/auths/actions/workflows/verify-commits.yml) +[![Verify Commits](https://github.com/auths-dev/auths/actions/workflows/verify-commits.yml/badge.svg)](https://github.com/auths-dev/auths/actions/workflows/verify-commits.yml?query=branch%3Amain+event%3Apush) Decentralized identity for individuals, AI agents, and their organizations. From f0a243705bdf3b381b385ea517319f3ab96cdc4a Mon Sep 17 00:00:00 2001 From: bordumb Date: Wed, 11 Mar 2026 01:03:31 +0000 Subject: [PATCH 2/2] fix: removed pinning in verify ci --- .github/workflows/verify-commits.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/verify-commits.yml b/.github/workflows/verify-commits.yml index 7184b04..5783d0b 100644 --- a/.github/workflows/verify-commits.yml +++ b/.github/workflows/verify-commits.yml @@ -16,10 +16,9 @@ jobs: with: fetch-depth: 0 - - uses: auths-dev/auths-verify-github-action@v1.0.3 + - uses: auths-dev/auths-verify-github-action@v1 with: allowed-signers: .auths/allowed_signers - auths-version: '0.0.1-rc.8' fail-on-unsigned: true post-pr-comment: 'true' github-token: ${{ secrets.GITHUB_TOKEN }}