Skip to content

Commit 0f61860

Browse files
fix(deps): update all
1 parent efe0e87 commit 0f61860

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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@v4.1.0
6767
with:
6868
version: latest
6969
args: release --rm-dist --snapshot --skip-publish

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.1.0
4949
with:
5050
version: latest
5151
args: release --rm-dist

.github/workflows/scorecards.yml

+1-1
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@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v1.0.4
33+
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif

tool/lint/package.json

+1-1
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)