From ef1ee984c7b5b1b35240d6ad58c6a323b9f55914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:20:36 +0000 Subject: [PATCH 1/3] 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 5255818..877dc49 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 b703fcd2647624a94b68416516abb4bac3890665 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sun, 28 Dec 2025 17:17:19 -0800 Subject: [PATCH 2/3] Use 8.3.2 instead --- .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 877dc49..a8e83db 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 fbfac39f8c4771d2c49abebf32a938baf40ed0c9 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sun, 28 Dec 2025 17:24:07 -0800 Subject: [PATCH 3/3] 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 81d0675..e301fa8 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 -