Skip to content

Commit ae1e30c

Browse files
committed
test sast
1 parent 48b4a24 commit ae1e30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout code
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v3
1010

1111
- name: Set up Go
1212
uses: actions/setup-go@v4
1313
with:
14-
go-version: '1.20'
14+
go-version: '1.22' # Use a newer Go version
1515

1616
- name: Install Gosec
1717
run: go install github.com/securego/gosec/v2/cmd/gosec@latest

0 commit comments

Comments
 (0)