diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4c13258..e841829 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -21,8 +21,6 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Review dependency changes uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5 - with: - fail-on-unsupported-repos: false reuse: name: REUSE compliance diff --git a/schema/v1.json b/schema/v1.json index 4156530..644df46 100644 --- a/schema/v1.json +++ b/schema/v1.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://registry.semrel.io/schemas/plugins/hook-gitplugin/v1.json", + "$id": "https://registry.semrel.io/schemas/plugins/gitplugin/v1.json", "title": "hook-gitplugin plugin configuration", "description": "Schema v1 for the hook-gitplugin semrel plugin. Configure via SEMREL_* environment variables.", "type": "object",