From 6e6b70199d66fbbfa180e76c75a38a41b8842d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:59:06 +0000 Subject: [PATCH 1/4] Bump super-linter/super-linter from 8.2.1 to 8.3.0 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 8.2.1 to 8.3.0. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/2bdd90ed3262e023ac84bf8fe35dc480721fc1f2...502f4fe48a81a392756e173e39a861f8c8efe056) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2bf9c38b..e720ce51 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1 + uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0 env: DEFAULT_BRANCH: origin/main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 6d127fa12044cec946910d8c887231da4a1dcc65 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 11 Dec 2025 12:18:10 -0800 Subject: [PATCH 2/4] Fix markdown lint --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 0dab3009..b6eee780 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -107,7 +107,7 @@ When creating documentation: The following symbols are not custom error codes, but aliases for `HRESULT_FROM_WIN32` error values. | Symbol | Standard Win32 HRESULT | -|--------|-------------| +| -------- | ------------- | | `HRESULT_E_ARITHMETIC_OVERFLOW` | `HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW)` | | `HRESULT_E_NOT_SUPPORTED` | `HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED)` | | `HRESULT_E_INVALID_NAME` | `HRESULT_FROM_WIN32(ERROR_INVALID_NAME)` | From 3d9eae18ff0a15b893548bf9538923ab9228565c Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sun, 28 Dec 2025 16:57:30 -0800 Subject: [PATCH 3/4] Use 8.3.2 instead Updated super-linter version from v8.3.0 to v8.3.2. --- .github/workflows/lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e720ce51..61bf3aef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,12 +26,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0 + uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 env: DEFAULT_BRANCH: origin/main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -45,3 +45,4 @@ jobs: VALIDATE_POWERSHELL: true VALIDATE_GITLEAKS: true VALIDATE_YAML: true + From 9a1c3df57ac407bcf2321596091db9390b37226f Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sun, 28 Dec 2025 17:09:17 -0800 Subject: [PATCH 4/4] YAML lint --- .github/workflows/lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fbae0e4b..962356c6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,4 +45,3 @@ jobs: VALIDATE_POWERSHELL: true VALIDATE_GITLEAKS: true VALIDATE_YAML: true -