Skip to content

Commit d2a846d

Browse files
chore(deps): update all
1 parent 9c847bc commit d2a846d

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
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@v4.1.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@v4.1.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@v4.1.1
7070
with:
7171
username: ${{ secrets.DOCKER_USERNAME }}
7272
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@v3
5151
- name: Set up Go
52-
uses: actions/setup-go@v3
52+
uses: actions/setup-go@v4
5353
with:
5454
go-version: ${{ matrix.golang }}
5555
- name: Cache Go modules
@@ -59,7 +59,7 @@ jobs:
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@v4.4.0
6363
with:
6464
version: latest
6565
args: release --rm-dist --snapshot --skip-publish
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v3
9292
- name: Install Go
93-
uses: actions/setup-go@v3
93+
uses: actions/setup-go@v4
9494
with:
9595
go-version: ${{ matrix.golang }}
9696
- name: Run tests on Windows
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/checkout@v3
111111
- name: Install Go
112-
uses: actions/setup-go@v3
112+
uses: actions/setup-go@v4
113113
with:
114114
go-version: ${{ matrix.golang }}
115115
- uses: actions/[email protected]
@@ -153,7 +153,7 @@ jobs:
153153
steps:
154154
- uses: actions/checkout@v3
155155
- name: Install Go
156-
uses: actions/setup-go@v3
156+
uses: actions/setup-go@v4
157157
with:
158158
go-version: ${{ matrix.golang }}
159159
- uses: actions/[email protected]

.github/workflows/label-sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
name: is-sponsor-label
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: JasonEtco/is-sponsor-label-action@v1.2.0
12+
- uses: JasonEtco/is-sponsor-label-action@v2.0.0
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
-
2626
name: Run Semantic Release
2727
id: semantic
28-
uses: docker://ghcr.io/codfish/semantic-release-action:v1
28+
uses: docker://ghcr.io/codfish/semantic-release-action:v2
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
-
3232
name: Set up Go
3333
if: steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
34-
uses: actions/setup-go@v3
34+
uses: actions/setup-go@v4
3535
with:
3636
go-version: ${{ matrix.golang }}
3737
-
@@ -45,7 +45,7 @@ jobs:
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@v4.4.0
4949
with:
5050
version: latest
5151
args: release --rm-dist

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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@08b4669551908b1024bb425080c797723083c031 # v2.2.0
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Semgrep
1111
jobs:
1212
semgrep:
1313
name: Scan
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
env:
1616
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
1717
container:

tool/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"alex": "10.0.0",
3+
"alex": "11.0.0",
44
"markdown-spellcheck": "1.3.1",
55
"markdownlint-cli": "0.31.1",
66
"remark-cli": "11.0.0",

0 commit comments

Comments
 (0)