diff --git a/.github/workflows/gavel.yml b/.github/workflows/gavel.yml index 92adb76e..21ed3fb4 100644 --- a/.github/workflows/gavel.yml +++ b/.github/workflows/gavel.yml @@ -82,6 +82,8 @@ jobs: openapi: name: OpenAPI Integration runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/examples/enitity/go.mod b/examples/enitity/go.mod index daa580c5..82f9bbe2 100644 --- a/examples/enitity/go.mod +++ b/examples/enitity/go.mod @@ -3,7 +3,7 @@ module github.com/flanksource/clicky/examples/enitity go 1.26.1 require ( - github.com/flanksource/clicky v1.21.38 + github.com/flanksource/clicky v1.21.39 github.com/flanksource/clicky/aichat v1.21.37-0.20260707073215-39f9301d5c01 github.com/spf13/cobra v1.10.2 )