Skip to content

Commit 3f0fe76

Browse files
committed
doc: release badge in README
Also: pinned cache action (fuzz test job) Signed-off-by: Frederic BIDON <[email protected]>
1 parent 58fdaa4 commit 3f0fe76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
GOCACHE=$(go env GOCACHE)
110110
echo "CORPUS_DIR=${GOCACHE}/fuzz" >> "${GITHUB_ENV}"
111111
-
112-
uses: actions/cache@v3
112+
name: Retrieve fuzz corpus from cache
113+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
113114
with:
114115
key: ${{ runner.os }}-go-fuzz
115116
path:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ using the special trailing character "-" is not implemented.
107107
[codeql-badge]: https://github.com/go-openapi/jsonpointer/actions/workflows/codeql.yml/badge.svg
108108
[codeql-url]: https://github.com/go-openapi/jsonpointer/actions/workflows/codeql.yml
109109
<!-- Badges: release & docker images -->
110-
[release-badge]: https://badge.fury.io/gh/go-openapi%2Fjsonpointer.svg
111-
[release-url]: https://badge.fury.io/gh/go-openapi%2Fjsonpointer
110+
[release-badge]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fjsonpointer.svg
111+
[release-url]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fjsonpointer
112112
<!-- Badges: code quality -->
113113
[gocard-badge]: https://goreportcard.com/badge/github.com/go-openapi/jsonpointer
114114
[gocard-url]: https://goreportcard.com/report/github.com/go-openapi/jsonpointer

0 commit comments

Comments
 (0)