update gosec action
All checks were successful
GoSec Scan / Gosec Check (push) Successful in 37s

This commit is contained in:
Shane C 2024-09-11 20:03:49 -04:00
parent 41858d6c59
commit 26a7d7a72a
Signed by: shanec
GPG key ID: E46B5FEA35B22FF9

View file

@ -13,9 +13,5 @@ jobs:
steps:
- name: Checkout
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: https://git.shadowhosting.xyz/actions/goscan@main