Skip to content

Commit aa94635

Browse files
Bump the all group across 1 directory with 6 updates
Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.2` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.0.2` | `5.2.0` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6.1.0` | `6.1.1` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `7.1.0` | `7.2.1` | | [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) | `1.23.0` | `1.26.1` | | [reviewdog/action-alex](https://github.com/reviewdog/action-alex) | `1.13.0` | `1.15.0` | Updates `actions/checkout` from 4.1.7 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...11bd719) Updates `actions/setup-go` from 5.0.2 to 5.2.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0a12ed9...3041bf5) Updates `golangci/golangci-lint-action` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@aaa42aa...971e284) Updates `super-linter/super-linter` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@b92721f...85f7611) Updates `reviewdog/action-misspell` from 1.23.0 to 1.26.1 - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](reviewdog/action-misspell@ef8b22c...18ffb61) Updates `reviewdog/action-alex` from 1.13.0 to 1.15.0 - [Release notes](https://github.com/reviewdog/action-alex/releases) - [Commits](reviewdog/action-alex@f95df9e...986cf7d) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: reviewdog/action-misspell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: reviewdog/action-alex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61fdf00 commit aa94635

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/codeql-analysis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
steps:
4747
- name: Check out code base
4848
if: github.event_name == 'push' || github.event_name == 'schedule'
49-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
49+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
5050
with:
5151
fetch-depth: 0
5252

5353
- name: Check out code base
5454
if: github.event_name == 'pull_request'
55-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
55+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
5656
with:
5757
fetch-depth: 0
5858
ref: ${{ github.event.pull_request.head.sha }}
@@ -93,19 +93,19 @@ jobs:
9393
steps:
9494
- name: Check out code base
9595
if: github.event_name == 'push' || github.event_name == 'schedule'
96-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
96+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
9797
with:
9898
fetch-depth: 0
9999

100100
- name: Check out code base
101101
if: github.event_name == 'pull_request'
102-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
102+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
103103
with:
104104
fetch-depth: 0
105105
ref: ${{ github.event.pull_request.head.sha }}
106106

107107
- name: Set up Go 1.x
108-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5
108+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5
109109
with:
110110
go-version: ^1.21
111111

.github/workflows/linter.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
golangci:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
17-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
17+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5
1818
with:
1919
go-version-file: go.mod
2020
cache: false
2121
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 #v6.1.0
22+
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 #v6.1.1
2323
with:
2424
version: latest
2525
only-new-issues: true
@@ -28,10 +28,10 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
3232

3333
- name: Super-linter
34-
uses: super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8 #v7.1.0
34+
uses: super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d #v7.2.1
3535
env:
3636
DEFAULT_BRANCH: 'main'
3737
VALIDATE_MARKDOWN: true
@@ -41,18 +41,18 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout code
44-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
4545
- name: misspell
46-
uses: reviewdog/action-misspell@ef8b22c1cca06c8d306fc6be302c3dab0f6ca12f #v1.23.0
46+
uses: reviewdog/action-misspell@18ffb61effb93b47e332f185216be7e49592e7e1 #v1.26.1
4747
with:
4848
github_token: ${{ secrets.github_token }}
4949
locale: "US"
5050

5151
reviewdog-alex:
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
55-
- uses: reviewdog/action-alex@f95df9e356d97e67e4626f04ad125c4a99a906a9 #v1.13.0
54+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
55+
- uses: reviewdog/action-alex@986cf7dd82e702f82b4173deaa793a849f5b719d #v1.15.0
5656

5757
goreportcard:
5858
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)