Skip to content

Commit 04cec6f

Browse files
chore(deps): update all
1 parent fb263ee commit 04cec6f

7 files changed

Lines changed: 20 additions & 25 deletions

File tree

.github/workflows/go.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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') }}
@@ -132,7 +132,7 @@ jobs:
132132
git --no-pager diff go.mod go.sum
133133
git --no-pager diff --quiet go.mod go.sum
134134
- name: Upload coverage to Codecov
135-
uses: codecov/codecov-action@v3.1.0
135+
uses: codecov/codecov-action@v3.1.1
136136
with:
137137
#token: ${{ secrets.CODECOV_TOKEN }}
138138
file: ./coverage.txt
@@ -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') }}
@@ -177,7 +177,7 @@ jobs:
177177
- name: Run tests on Unix-like operating systems
178178
run: make unittest
179179
- name: Upload coverage to Codecov
180-
uses: codecov/codecov-action@v3.1.0
180+
uses: codecov/codecov-action@v3.1.1
181181
with:
182182
#token: ${{ secrets.CODECOV_TOKEN }}
183183
file: ./coverage.txt

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222

2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.0
25+
uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a # v3.0.0
2626
with:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
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@2db2a1c35333f634538f4a9ff97c862e4e0d77ab # v1.0.4
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.19.0-alpine as builder
7+
FROM golang:1.19.1-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/golang-repo-template

go.mod

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
}

0 commit comments

Comments
 (0)