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