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