Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion schema/v1.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading