diff --git a/.gitea/workflows/security.yaml b/.gitea/workflows/security.yaml index 359c6af..e7b07a8 100644 --- a/.gitea/workflows/security.yaml +++ b/.gitea/workflows/security.yaml @@ -5,4 +5,5 @@ jobs: scans: runs-on: smoke-test steps: - - uses: https://code.jakeyoungdev.com/actions/security@main #update this to a tag after first successful run \ No newline at end of file + - name: "security scan" + uses: https://code.jakeyoungdev.com/actions/security@main #update this to a tag after first successful run \ No newline at end of file diff --git a/go.mod b/go.mod index d1e9163..0c15b54 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.jakeyoungdev.com/jake/mctl -go 1.24.2 +go 1.24.0 require ( github.com/jake-young-dev/mcr v1.3.1