From e1f23cf4edccb8d9384a440ebb3a3b83e36ef840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Oblak?= Date: Tue, 18 Feb 2025 13:48:05 +0100 Subject: [PATCH] chore(deps): update pre-commit hooks and add netbox version --- .github/ISSUE_TEMPLATE/bug.yml | 11 ++++++++++- .pre-commit-config.yaml | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b2cf57ba..4fb15bc4 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -41,7 +41,16 @@ body: - type: input id: version attributes: - label: What is the version of netbox-ssot + label: Which version of netbox are you using + description: | + You can find version of your netbox instance in the right end of the footer of the web interface. + validations: + required: true + + - type: input + id: version + attributes: + label: Which version of netbox-ssot are you running description: | Copy paste the version line at the top of your logs. It MUST be in the form `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)`. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26f9ece3..52756add 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-case-conflict - repo: https://github.com/golangci/golangci-lint - rev: v1.63.4 + rev: v1.64.5 hooks: - id: golangci-lint @@ -43,7 +43,7 @@ repos: - id: cspell - repo: https://github.com/google/osv-scanner/ - rev: v2.0.0-beta1 + rev: v2.0.0-beta2 hooks: - id: osv-scanner args: ["-r", "."]