Skip to content

Commit

Permalink
chore(deps): bump golangci/golangci-lint-action from 2 to 6 (#46)
Browse files Browse the repository at this point in the history
* chore(deps): bump golangci/golangci-lint-action from 2 to 6

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v2...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump gh actions versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thibault Hazelart <thazelart@gmail.com>
  • Loading branch information
dependabot[bot] and thazelart authored Jul 13, 2024
1 parent 4949697 commit d1ea423
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: "^1.22.5"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
args: "-no-fail -fmt sarif -out results.sarif ./..."

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

Expand All @@ -51,7 +51,7 @@ jobs:
# |_____|_|_| |_|\__|
#
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
skip-pkg-cache: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Build the Docker image
run: make VERSION=latest docker/build
- name: Run the Anchore scan action
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
image: "thazelart/golang-cli-template:latest"
output-format: json

0 comments on commit d1ea423

Please sign in to comment.