From a074d9299ce7622add8c152ab68ab4f291e50ecc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 01:21:37 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit/action action to v3.0.1 --- .github/workflows/build-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 1ba7dca..f322831 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.7" - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 test-unit: runs-on: ubuntu-latest From 071af424bebb8abd6cde67a4af2a24cb6a2f1d95 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Wed, 21 Feb 2024 13:27:48 +0100 Subject: [PATCH 2/2] chore: 2023 -> 2024 --- .licenserc.yaml | 2 +- .pre-commit-config.yaml | 2 +- addonfactory_splunk_conf_parser_lib.py | 2 +- pyproject.toml | 2 +- test_addonfactory_splunk_conf_parser_lib.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index 4f107a6..a49736c 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f603a3..696e433 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/addonfactory_splunk_conf_parser_lib.py b/addonfactory_splunk_conf_parser_lib.py index 1f46d57..a287152 100644 --- a/addonfactory_splunk_conf_parser_lib.py +++ b/addonfactory_splunk_conf_parser_lib.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index 3503ed3..ebd83e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test_addonfactory_splunk_conf_parser_lib.py b/test_addonfactory_splunk_conf_parser_lib.py index 3649851..54d9a28 100644 --- a/test_addonfactory_splunk_conf_parser_lib.py +++ b/test_addonfactory_splunk_conf_parser_lib.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.