From d82767390eff603f9410a940f93b62e53b6df725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:44:06 +0000 Subject: [PATCH 1/2] Bump tj-actions/changed-files from 18.7 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 18.7 to 41. - [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/v18.7...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/license-check.yaml | 2 +- .github/workflows/link-checker.yaml | 2 +- .github/workflows/markdown-lint.yaml | 2 +- .github/workflows/spell-check.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/license-check.yaml b/.github/workflows/license-check.yaml index 0faddf34d..f4db534e8 100644 --- a/.github/workflows/license-check.yaml +++ b/.github/workflows/license-check.yaml @@ -41,7 +41,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 - name: License Check if: ${{ steps.changed-files.outputs.all_changed_files }} diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index 2fe8195f0..f3b9776ba 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v18.7 + uses: tj-actions/changed-files@v41 with: files: "**/*.md" files_ignore: ".github/**/*" diff --git a/.github/workflows/markdown-lint.yaml b/.github/workflows/markdown-lint.yaml index 76b31aedf..e38e23967 100644 --- a/.github/workflows/markdown-lint.yaml +++ b/.github/workflows/markdown-lint.yaml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v18.7 + uses: tj-actions/changed-files@v41 with: files: "**/*.md" files_ignore: ".github/**/*" diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml index c1dd733a0..e50e6e672 100644 --- a/.github/workflows/spell-check.yaml +++ b/.github/workflows/spell-check.yaml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v18.7 + uses: tj-actions/changed-files@v41 with: files: "**/*.md" files_ignore: ".github/**/*" From 5e5f097ac982740ed4e28231accd90aad2c04dd4 Mon Sep 17 00:00:00 2001 From: Ryan Haasken Date: Wed, 3 Jan 2024 14:19:53 -0600 Subject: [PATCH 2/2] Update GitHub Actions workflow copyright years --- .github/workflows/license-check.yaml | 2 +- .github/workflows/link-checker.yaml | 2 +- .github/workflows/markdown-lint.yaml | 2 +- .github/workflows/spell-check.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/license-check.yaml b/.github/workflows/license-check.yaml index f4db534e8..290501c34 100644 --- a/.github/workflows/license-check.yaml +++ b/.github/workflows/license-check.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index f3b9776ba..b49eb0b43 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022 Hewlett Packard Enterprise Development LP +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/.github/workflows/markdown-lint.yaml b/.github/workflows/markdown-lint.yaml index e38e23967..079604db8 100644 --- a/.github/workflows/markdown-lint.yaml +++ b/.github/workflows/markdown-lint.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022 Hewlett Packard Enterprise Development LP +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml index e50e6e672..079d2afb0 100644 --- a/.github/workflows/spell-check.yaml +++ b/.github/workflows/spell-check.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022 Hewlett Packard Enterprise Development LP +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),