Skip to content

Commit 2548caf

Browse files
committed
chore(deps): bump all deps
1 parent 1e8487f commit 2548caf

File tree

1,009 files changed

+121128
-31274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,009 files changed

+121128
-31274
lines changed

.github/workflows/master.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
go: ['1.22.x']
15+
go: ['1.23.x']
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3.5.3
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Lint
23-
uses: reviewdog/action-golangci-lint@v2.3.3
23+
uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
2424
with:
2525
github_token: ${{ secrets.github_token }}
2626
golangci_lint_flags: "--config=.golangci.yml"
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535

3636
- name: Go installation
37-
uses: actions/setup-go@v4.0.1
37+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3838
with:
3939
go-version: ${{ matrix.go }}
4040

@@ -51,7 +51,7 @@ jobs:
5151
shell: bash
5252

5353
- name: Commit changes
54-
uses: EndBug/[email protected].3
54+
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
5555
with:
5656
add: 'netbox docs'
5757
author_name: smutel

.github/workflows/pr.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
go: ['1.22.x']
13+
go: ['1.23.x']
1414
steps:
1515
- name: Check conventional commits in PR
16-
uses: Namchee/conventional-pr@v0.13.0
16+
uses: Namchee/conventional-pr@a6f50a1a97809e18975759853b67e45246005369 # v0.15.6
1717
with:
1818
access_token: ${{ secrets.github_token }}
1919
close: false
@@ -22,12 +22,12 @@ jobs:
2222
commit_pattern: '([fix|enh|feat|ci|chore|docs\-]+)(\([\w\-]+\))?!?: [A-Z][\w\s:\-]+'
2323

2424
- name: Checkout
25-
uses: actions/checkout@v3.5.3
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
fetch-depth: 0
2828

2929
- name: Lint
30-
uses: reviewdog/action-golangci-lint@v2.3.3
30+
uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
3131
with:
3232
github_token: ${{ secrets.github_token }}
3333
golangci_lint_flags: "--config=.golangci.yml"
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash
4343

4444
- name: Go installation
45-
uses: actions/setup-go@v4.0.1
45+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4646
with:
4747
go-version: ${{ matrix.go }}
4848

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,34 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
go: ['1.22.x']
15+
go: ['1.23.x']
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3.5.3
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Go installation
23-
uses: actions/setup-go@v4.0.1
23+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2424
with:
2525
go-version: ${{ matrix.go }}
2626

2727
- name: Import GPG key
2828
id: import_gpg
29-
uses: crazy-max/ghaction-import-gpg@v5.3.0
29+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
3030
with:
3131
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3232
passphrase: ${{ secrets.PASSPHRASE }}
3333

3434
- name: Get tag
3535
id: tag
36-
uses: dawidd6/[email protected]
36+
uses: dawidd6/action-get-tag@727a6f0a561be04e09013531e73a3983a65e3479 # v1.1.0
3737

3838
- name: Generate CHANGELOG for this version
3939
run: ./utils/getChangelogRelease CHANGELOG.md ${{ steps.tag.outputs.tag }} > /tmp/RELEASE_CHANGELOG.md
4040

4141
- name: Run GoReleaser
42-
uses: goreleaser/goreleaser-action@v4.3.0
42+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
4343
with:
4444
version: latest
4545
args: release --rm-dist --release-notes "/tmp/RELEASE_CHANGELOG.md"

0 commit comments

Comments
 (0)