Skip to content

Commit c7cc2eb

Browse files
committed
yml
1 parent b2a498f commit c7cc2eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: go test -bench=. -coverprofile=coverage.out ./...
3434

3535
- name: Run Gosec Security Scanner
36-
uses: securego/gosec@master
36+
uses: securego/gosec@v2.23.0
3737
with:
3838
args: ./...
3939

@@ -47,7 +47,7 @@ jobs:
4747
go tool cover -html=coverage.out -o=coveragereport.html.out
4848
4949
- name: Publish code coverage badge (and optional report)
50-
uses: linkdata/gitcoverage@v1
50+
uses: linkdata/gitcoverage@v3
5151
with:
5252
coverage: ${{ steps.coverage.outputs.coverage }}
5353
report: "coveragereport.html.out"

0 commit comments

Comments
 (0)