From 26a7d7a72a746b2612636d70044600d3a1f98f05 Mon Sep 17 00:00:00 2001 From: Shane C Date: Wed, 11 Sep 2024 20:03:49 -0400 Subject: [PATCH] update gosec action --- .forgejo/workflows/gosec.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/workflows/gosec.yml b/.forgejo/workflows/gosec.yml index 59132ba..27461db 100644 --- a/.forgejo/workflows/gosec.yml +++ b/.forgejo/workflows/gosec.yml @@ -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 \ No newline at end of file