Skip to content

Commit

Permalink
Merge pull request gabriel-vasile#491 from gabriel-vasile/dependabot/…
Browse files Browse the repository at this point in the history
…github_actions/github-actions-ac026deb35

Bump the github-actions group with 3 updates
  • Loading branch information
gabriel-vasile authored Feb 26, 2024
2 parents f8b7d47 + 80cd936 commit 741cc2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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

0 comments on commit 741cc2c

Please sign in to comment.