This commit is contained in:
parent
e01a930f46
commit
f61b55a7dd
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@ jobs:
|
||||||
runs-on: node20-bookworm
|
runs-on: node20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: https://git.shadowhosting.xyz/actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: https://git.shadowhosting.xyz/actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
- run: go mod download
|
- run: go mod download
|
||||||
- name: Run Gosec Security Scanner
|
- name: Run Gosec Security Scanner
|
||||||
uses: actions/goscan@main
|
uses: https://git.shadowhosting.xyz/actions/goscan@main
|
Loading…
Reference in a new issue