File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments