forked from gabriel-vasile/mimetype
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gabriel-vasile#491 from gabriel-vasile/dependabot/…
…github_actions/github-actions-ac026deb35 Bump the github-actions group with 3 updates
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3.22.12 | ||
uses: github/codeql-action/init@v3.24.5 | ||
with: | ||
languages: go | ||
queries: security-and-quality | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v3.22.12 | ||
uses: github/codeql-action/analyze@v3.24.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- name: Checkout code | ||
uses: actions/[email protected] | ||
- name: Run linters | ||
uses: golangci/golangci-lint-action@v3.7.0 | ||
uses: golangci/golangci-lint-action@v4.0.0 | ||
with: | ||
version: "v1.45.2" | ||
|
||
|
@@ -53,6 +53,6 @@ jobs: | |
go-version: "1.18.x" | ||
- name: Generate coverage | ||
run: go test -race -covermode=atomic -coverprofile=coverage.out | ||
- uses: codecov/codecov-action@v3.1.4 | ||
- uses: codecov/codecov-action@v4.0.2 | ||
with: | ||
files: ./coverage.out |