Skip to content

Commit 9d32461

Browse files
authored
SEC-1653: fix missing-govulncheck-workflow (#2313)
1 parent ba200b8 commit 9d32461

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/govulncheck.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Govulncheck
2+
on:
3+
pull_request:
4+
5+
permissions:
6+
contents: read
7+
8+
jobs:
9+
govulncheck:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
14+
with:
15+
go-version-file: go.mod
16+
- uses: temporalio/public-actions/golang/govulncheck@main

0 commit comments

Comments
 (0)