From f61b55a7ddc0286e1fab3fd080464bf1dbaf38f8 Mon Sep 17 00:00:00 2001 From: Shane C Date: Sun, 8 Sep 2024 14:50:03 -0400 Subject: [PATCH] update urls --- .forgejo/workflows/gosec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/gosec.yml b/.forgejo/workflows/gosec.yml index 2128c94..ba9da7a 100644 --- a/.forgejo/workflows/gosec.yml +++ b/.forgejo/workflows/gosec.yml @@ -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 \ No newline at end of file + uses: https://git.shadowhosting.xyz/actions/goscan@main \ No newline at end of file