Skip to content

Commit 80cd936

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `github/codeql-action` from 3.22.12 to 3.24.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.22.12...v3.24.5) Updates `golangci/golangci-lint-action` from 3.7.0 to 4.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.7.0...v4.0.0) Updates `codecov/codecov-action` from 3.1.4 to 4.0.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.4...v4.0.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8b7d47 commit 80cd936

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
uses: actions/checkout@v4.1.1
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@v3.22.12
26+
uses: github/codeql-action/init@v3.24.5
2727
with:
2828
languages: go
2929
queries: security-and-quality
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v3.22.12
32+
uses: github/codeql-action/analyze@v3.24.5

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4.1.1
2121
- name: Run linters
22-
uses: golangci/golangci-lint-action@v3.7.0
22+
uses: golangci/golangci-lint-action@v4.0.0
2323
with:
2424
version: "v1.45.2"
2525

@@ -53,6 +53,6 @@ jobs:
5353
go-version: "1.18.x"
5454
- name: Generate coverage
5555
run: go test -race -covermode=atomic -coverprofile=coverage.out
56-
- uses: codecov/codecov-action@v3.1.4
56+
- uses: codecov/codecov-action@v4.0.2
5757
with:
5858
files: ./coverage.out

0 commit comments

Comments
 (0)