Skip to content

Commit 652f99f

Browse files
authored
Use shared Go bootstrap in security workflow (#48)
1 parent 9082dda commit 652f99f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v6
16+
uses: evalops/service-runtime/.github/actions/setup-go-service@v0.1.0
1717
with:
1818
go-version: '1.26'
19+
download: "false"
1920

2021
- name: Install gosec
2122
run: go install github.com/securego/gosec/v2/cmd/gosec@v2.25.0

0 commit comments

Comments
 (0)