From 0c68e1de9dad645c5405c160a692957e400de43c Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 25 Nov 2025 20:23:09 -0500 Subject: [PATCH] [ci] runner image changes - go no longer installed out of the gates --- .gitea/workflows/security.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/security.yaml b/.gitea/workflows/security.yaml index b302f73..126beaf 100644 --- a/.gitea/workflows/security.yaml +++ b/.gitea/workflows/security.yaml @@ -9,5 +9,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: "install go" + uses: https://code.jakeyoungdev.com/actions/install-go@v0.1.3 + - name: "dependency scan and static code analysis" uses: https://code.jakeyoungdev.com/actions/donotpassgo@v1.1.0 \ No newline at end of file