Skip to content

Commit

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

Bump the github-actions group with 3 updates
  • Loading branch information
gabriel-vasile authored Apr 11, 2024
2 parents e938b0c + 98d2d44 commit 889166d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Initialize CodeQL
uses: github/codeql-action/init@v3.24.5
uses: github/codeql-action/init@v3.24.10
with:
languages: go
queries: security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.24.5
uses: github/codeql-action/analyze@v3.24.10
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: "1.18.x"
- name: Checkout code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
- name: Run linters
uses: golangci/golangci-lint-action@v4.0.0
with:
Expand All @@ -35,7 +35,7 @@ jobs:
with:
go-version: "1.18.x"
- name: Checkout code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
- run: go test -race ./...
- run: go test -fuzz=. -fuzztime=30s
- run: go test -fuzz=Plain -fuzztime=30s ./internal/charset
Expand All @@ -45,14 +45,14 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Install Go
if: success()
uses: actions/setup-go@v5.0.0
with:
go-version: "1.18.x"
- name: Generate coverage
run: go test -race -covermode=atomic -coverprofile=coverage.out
- uses: codecov/codecov-action@v4.0.2
- uses: codecov/codecov-action@v4.3.0
with:
files: ./coverage.out

0 comments on commit 889166d

Please sign in to comment.