From 2b23f9e0b7cec77cb5266c009910c8c096eb0668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:10:34 +0000 Subject: [PATCH 1/3] build(deps): bump tj-actions/changed-files from 41 to 42 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v41...v42) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/refresh-authors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/refresh-authors.yml b/.github/workflows/refresh-authors.yml index 99daf0e1..4690490a 100644 --- a/.github/workflows/refresh-authors.yml +++ b/.github/workflows/refresh-authors.yml @@ -24,7 +24,7 @@ jobs: - name: Get changed files in the checks folder id: changed-files-specific - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 with: files: | **/*.py From f58a4aeab9f805904bbfff0ebdb61c7071792392 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:10:48 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- risuclient/shell.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/risuclient/shell.py b/risuclient/shell.py index 925154af..c29cce3d 100755 --- a/risuclient/shell.py +++ b/risuclient/shell.py @@ -28,14 +28,13 @@ import datetime import gettext import hashlib +import imp import json import logging import os import re import tempfile -import imp - # Do not require everyone to use requests try: import requests From c644c9743508aaae657d0e53ac4f1bfd3636be9b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" Date: Thu, 18 Jan 2024 13:11:22 +0000 Subject: [PATCH 3/3] [skip ci] Autoupdate (C) on script change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- risuclient/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/risuclient/shell.py b/risuclient/shell.py index c29cce3d..a8875763 100755 --- a/risuclient/shell.py +++ b/risuclient/shell.py @@ -4,6 +4,7 @@ # Description: Runs set of scripts against system or snapshot to # detect common pitfalls in configuration/status # +# Copyright (C) 2024 # Copyright (C) 2017, 2018 Robin Černín # Copyright (C) 2017 Lars Kellogg-Stedman # Copyright (C) 2017-2023 Pablo Iranzo Gómez