From 412c4a3d9c1afc07f3083afe8771df45e162533c Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sun, 16 Nov 2025 12:46:30 +0100 Subject: [PATCH] doc: release badge in README Also: pinned cache action (fuzz test job) Signed-off-by: Frederic BIDON --- .github/workflows/go-test.yml | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 48844b6..5dddca1 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -109,7 +109,8 @@ jobs: GOCACHE=$(go env GOCACHE) echo "CORPUS_DIR=${GOCACHE}/fuzz" >> "${GITHUB_ENV}" - - uses: actions/cache@v3 + name: Retrieve fuzz corpus from cache + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ runner.os }}-go-fuzz path: diff --git a/README.md b/README.md index 28ac701..e2976a3 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ using the special trailing character "-" is not implemented. [codeql-badge]: https://github.com/go-openapi/jsonpointer/actions/workflows/codeql.yml/badge.svg [codeql-url]: https://github.com/go-openapi/jsonpointer/actions/workflows/codeql.yml -[release-badge]: https://badge.fury.io/gh/go-openapi%2Fjsonpointer.svg -[release-url]: https://badge.fury.io/gh/go-openapi%2Fjsonpointer +[release-badge]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fjsonpointer.svg +[release-url]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fjsonpointer [gocard-badge]: https://goreportcard.com/badge/github.com/go-openapi/jsonpointer [gocard-url]: https://goreportcard.com/report/github.com/go-openapi/jsonpointer