Skip to content

Commit 86bced7

Browse files
fix(deps): update all
1 parent 9c847bc commit 86bced7

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

.github/workflows/docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
uses: actions/checkout@v3
3131

3232
- name: Build the container image
33-
uses: docker/build-push-action@v3.1.0
33+
uses: docker/build-push-action@v3.3.1
3434
with:
3535
repository: berty-discord-webhook
3636

3737
- name: Push to GitHub Packages
38-
uses: docker/build-push-action@v3.1.0
38+
uses: docker/build-push-action@v3.3.1
3939
if: github.event_name == 'release' || github.event_name == 'push'
4040
with:
4141
username: ${{ github.actor }}
@@ -66,7 +66,7 @@ jobs:
6666
if: |
6767
(github.event_name == 'release' || github.event_name == 'push') &&
6868
contains(steps.check_dockerhub_credentials.outputs.missingsecrets, 'no')
69-
uses: docker/build-push-action@v3.1.0
69+
uses: docker/build-push-action@v3.3.1
7070
with:
7171
username: ${{ secrets.DOCKER_USERNAME }}
7272
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/go.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
with:
5454
go-version: ${{ matrix.golang }}
5555
- name: Cache Go modules
56-
uses: actions/cache@v3.0.7
56+
uses: actions/cache@v3.4.0
5757
with:
5858
path: ~/go/pkg/mod
5959
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
6060
restore-keys: ${{ runner.os }}-go-${{ matrix.golang }}-v1-
6161
- name: Run GoReleaser (Dry Run)
62-
uses: goreleaser/goreleaser-action@v3.0.0
62+
uses: goreleaser/goreleaser-action@v3.2.0
6363
with:
6464
version: latest
6565
args: release --rm-dist --snapshot --skip-publish
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@v3
7575
- name: golangci-lint
76-
uses: golangci/golangci-lint-action@v3.2.0
76+
uses: golangci/golangci-lint-action@v3.7.1
7777
with:
7878
version: ${{ matrix.golangci_lint }}
7979
#github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/setup-go@v3
113113
with:
114114
go-version: ${{ matrix.golang }}
115-
- uses: actions/cache@v3.0.7
115+
- uses: actions/cache@v3.4.0
116116
with:
117117
path: ~/go/pkg/mod
118118
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -128,7 +128,7 @@ jobs:
128128
git --no-pager diff go.mod go.sum
129129
git --no-pager diff --quiet go.mod go.sum
130130
- name: Upload coverage to Codecov
131-
uses: codecov/codecov-action@v3.1.0
131+
uses: codecov/codecov-action@v3.1.6
132132
with:
133133
#token: ${{ secrets.CODECOV_TOKEN }}
134134
file: ./coverage.txt
@@ -156,7 +156,7 @@ jobs:
156156
uses: actions/setup-go@v3
157157
with:
158158
go-version: ${{ matrix.golang }}
159-
- uses: actions/cache@v3.0.7
159+
- uses: actions/cache@v3.4.0
160160
with:
161161
path: ~/go/pkg/mod
162162
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -172,7 +172,7 @@ jobs:
172172
- name: Run tests on Unix-like operating systems
173173
run: make unittest
174174
- name: Upload coverage to Codecov
175-
uses: codecov/codecov-action@v3.1.0
175+
uses: codecov/codecov-action@v3.1.6
176176
with:
177177
#token: ${{ secrets.CODECOV_TOKEN }}
178178
file: ./coverage.txt

.github/workflows/release.yml

+2-2
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.4.0
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.2.0
4949
with:
5050
version: latest
5151
args: release --rm-dist

.github/workflows/scorecards.yml

+3-3
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.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@68bf5b3327e4fd443d2add8ab122280547b4a16d # v1.0.4
33+
uses: ossf/scorecard-action@ce330fde6b1a5c9c75b417e7efc510b822a35564 # v1.1.2
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
SCORECARD_READ_TOKEN: ${{ secrets.SCORECARD_READ_TOKEN }}
5050
if: env.SCORECARD_READ_TOKEN != null
51-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.0.0
51+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
5252
with:
5353
name: SARIF file
5454
path: results.sarif

Dockerfile

+2-2
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.18.4-alpine as builder
7+
FROM golang:1.23.4-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/berty-discord-webhook
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.16.1
17+
FROM alpine:3.21.2
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="berty-discord-webhook" \
2020
org.label-schema.description="" \

go.mod

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/lint/package.json

+1-1
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.43.0",
66
"remark-cli": "11.0.0",
77
"remark-lint": "9.1.1"
88
}

0 commit comments

Comments
 (0)