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