From 4a3779971110f0ad68404167c858af1da41a4d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:47:32 +0000 Subject: [PATCH] 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.1` | `4.1.4` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.0.0` | `5.0.1` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `3.7.0` | `5.3.0` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `6.0.0` | `6.4.1` | | [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) | `1.15.0` | `1.17.0` | | [reviewdog/action-alex](https://github.com/reviewdog/action-alex) | `1.7.0` | `1.8.0` | Updates `actions/checkout` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...0ad4b8fadaa221de15dcec353f45205ec38ea70b) Updates `actions/setup-go` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/0c52d547c9bc32b1aa3301fd7a9cb496313a4491...cdcb36043654635271a94b9a6d1392de5bb323a7) Updates `golangci/golangci-lint-action` from 3.7.0 to 5.3.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/3a919529898de77ec3da873e3063ca4b10e7f5cc...38e1018663fa5173f3968ea0777460d3de38f256) Updates `super-linter/super-linter` from 6.0.0 to 6.4.1 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/ff5037c06042e564803502feb97f8a686f3b0171...4758be622215d0954c8353ee4877ffd60111cf8e) Updates `reviewdog/action-misspell` from 1.15.0 to 1.17.0 - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/06d6a480724fa783c220081bbc22336a78dbbe82...5bd7be2fc7ae56a517184f5c4bbcf2fd7afe3927) Updates `reviewdog/action-alex` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/reviewdog/action-alex/releases) - [Commits](https://github.com/reviewdog/action-alex/compare/83d6502258513773127065a4d8d53c2c84697579...0f066ba775156b3c630e560b0304ed0d7a12b796) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major 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] --- .github/workflows/codeql-analysis.yml | 10 +++++----- .github/workflows/linter.yml | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b9fa7c6..b480ed7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,13 +46,13 @@ jobs: steps: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'schedule' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 with: fetch-depth: 0 - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -93,19 +93,19 @@ jobs: steps: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'schedule' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 with: fetch-depth: 0 - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Set up Go 1.x - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 #v5 + uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5 with: go-version: ^1.21 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 6b09ac2..7a35da0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,13 +13,13 @@ jobs: golangci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 #v5 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5 with: go-version-file: go.mod cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc #v3.7.0 + uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 #v5.3.0 with: version: latest only-new-issues: true @@ -28,10 +28,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 - name: Super-linter - uses: super-linter/super-linter@ff5037c06042e564803502feb97f8a686f3b0171 #v6.0.0 + uses: super-linter/super-linter@4758be622215d0954c8353ee4877ffd60111cf8e #v6.4.1 env: DEFAULT_BRANCH: 'main' VALIDATE_MARKDOWN: true @@ -41,9 +41,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 - name: misspell - uses: reviewdog/action-misspell@06d6a480724fa783c220081bbc22336a78dbbe82 #v1.15.0 + uses: reviewdog/action-misspell@5bd7be2fc7ae56a517184f5c4bbcf2fd7afe3927 #v1.17.0 with: github_token: ${{ secrets.github_token }} locale: "US" @@ -51,8 +51,8 @@ jobs: reviewdog-alex: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 - - uses: reviewdog/action-alex@83d6502258513773127065a4d8d53c2c84697579 #v1.7.0 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4 + - uses: reviewdog/action-alex@0f066ba775156b3c630e560b0304ed0d7a12b796 #v1.8.0 goreportcard: if: ${{ github.ref == 'refs/heads/main' }}