update urls
All checks were successful
Gosec Check / Gosec Check (push) Successful in 59s

This commit is contained in:
Shane C 2024-09-08 14:50:03 -04:00
parent e01a930f46
commit f61b55a7dd
Signed by: shanec
GPG key ID: E46B5FEA35B22FF9

View file

@ -10,10 +10,10 @@ jobs:
runs-on: node20-bookworm
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
uses: https://git.shadowhosting.xyz/actions/checkout@v4
- uses: https://git.shadowhosting.xyz/actions/setup-go@v5
with:
go-version: '1.22'
- run: go mod download
- name: Run Gosec Security Scanner
uses: actions/goscan@main
uses: https://git.shadowhosting.xyz/actions/goscan@main