Skip to content

Commit ff76a91

Browse files
authored
Update Gosec and GitCoverage action versions
1 parent 5efd2d5 commit ff76a91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: go test -tags debug -bench=. -coverprofile=coverage.out ./...
3737

3838
- name: Run Gosec Security Scanner
39-
uses: securego/gosec@master
39+
uses: securego/gosec@v2.23.0
4040
with:
4141
args: ./...
4242

@@ -53,7 +53,7 @@ jobs:
5353
go tool cover -html=coverage.out -o=coveragereport.html.out
5454
5555
- name: Publish code coverage badge (and optional report)
56-
uses: linkdata/gitcoverage@v1
56+
uses: linkdata/gitcoverage@v7
5757
with:
5858
coverage: ${{ steps.coverage.outputs.coverage }}
5959
report: "coveragereport.html.out"

0 commit comments

Comments
 (0)