File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757 with :
5858 go-version : ${{ matrix.golang }}
5959 - name : Cache Go modules
60- uses : actions/cache@v3.0.7
60+ uses : actions/cache@v3.0.8
6161 with :
6262 path : ~/go/pkg/mod
6363 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
6464 restore-keys : ${{ runner.os }}-go-${{ matrix.golang }}-v1-
6565 - name : Run GoReleaser (Dry Run)
66- uses : goreleaser/goreleaser-action@v3.0 .0
66+ uses : goreleaser/goreleaser-action@v3.1 .0
6767 with :
6868 version : latest
6969 args : release --rm-dist --snapshot --skip-publish
@@ -116,7 +116,7 @@ jobs:
116116 uses : actions/setup-go@v3
117117 with :
118118 go-version : ${{ matrix.golang }}
119- - uses : actions/cache@v3.0.7
119+ - uses : actions/cache@v3.0.8
120120 with :
121121 path : ~/go/pkg/mod
122122 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -161,7 +161,7 @@ jobs:
161161 uses : actions/setup-go@v3
162162 with :
163163 go-version : ${{ matrix.golang }}
164- - uses : actions/cache@v3.0.7
164+ - uses : actions/cache@v3.0.8
165165 with :
166166 path : ~/go/pkg/mod
167167 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 -
3838 name : Cache Go modules
3939 if : steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
40- uses : actions/cache@v3.0.7
40+ uses : actions/cache@v3.0.8
4141 with :
4242 path : ~/go/pkg/mod
4343 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
4444 restore-keys : ${{ runner.os }}-go-${{ matrix.golang }}-v1-
4545 -
4646 name : Run GoReleaser
4747 if : steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
48- uses : goreleaser/goreleaser-action@v3.0 .0
48+ uses : goreleaser/goreleaser-action@v3.1 .0
4949 with :
5050 version : latest
5151 args : release --rm-dist
Original file line number Diff line number Diff line change 3030 env :
3131 SCORECARD_READ_TOKEN : ${{ secrets.SCORECARD_READ_TOKEN }}
3232 if : env.SCORECARD_READ_TOKEN != null
33- uses : ossf/scorecard-action@ce330fde6b1a5c9c75b417e7efc510b822a35564 # v1.0.4
33+ uses : ossf/scorecard-action@d73372699c4801c56ca0671811c39dee62b720af # v1.0.4
3434 with :
3535 results_file : results.sarif
3636 results_format : sarif
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VCS_REF
44ARG VERSION
55
66# build
7- FROM golang:1.19.0 -alpine as builder
7+ FROM golang:1.19.1 -alpine as builder
88RUN apk add --no-cache git gcc musl-dev make
99ENV GO111MODULE=on
1010WORKDIR /go/src/moul.io/golang-repo-template
Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "alex" : " 10.0.0" ,
44 "markdown-spellcheck" : " 1.3.1" ,
5- "markdownlint-cli" : " 0.31.1 " ,
5+ "markdownlint-cli" : " 0.32.2 " ,
66 "remark-cli" : " 11.0.0" ,
77 "remark-lint" : " 9.1.1"
88 }
You can’t perform that action at this time.
0 commit comments