From c120024bab4ce0d99b9d1415521643750b7c390a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:47:40 +0000 Subject: [PATCH 1/3] Bump super-linter/super-linter Bumps the github_actions group with 1 update in the /.github/workflows directory: [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `super-linter/super-linter` from 7.1.0 to 8.3.1 - [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/v7.1.0...v8.3.1) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.3.1 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-files.yml b/.github/workflows/lint-files.yml index 30cc2d8..6c810b9 100644 --- a/.github/workflows/lint-files.yml +++ b/.github/workflows/lint-files.yml @@ -34,7 +34,7 @@ jobs: # Super Linter action documentation # https://github.com/marketplace/actions/super-linter - name: Super Linter - uses: super-linter/super-linter@v7.1.0 + uses: super-linter/super-linter@v8.3.1 # Configuration settings env: # Report status checks From e02f1f294a9c37cae8c8891946a1f6421833b99e Mon Sep 17 00:00:00 2001 From: Timothy Hull Date: Mon, 9 Feb 2026 10:49:08 -0800 Subject: [PATCH 2/3] Update link format for self-evaluation access --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d21b59c..1dd9980 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ This repository hosts the source content that produces Breadpool's Roller Derby Self-Evaluation. -Click [here](https://timothyhull.github.io/breadpool-self-eval "Breadpool's Roller Derby Self-Evaluation") to access Breadpool's self-evaluation. +Breadpool's self-evaluation is available at: [https://timothyhull.github.io/breadpool-self-eval](https://timothyhull.github.io/breadpool-self-eval "Breadpool's Roller Derby Self-Evaluation"). From 33014c2edecd5ab7e3bbf5c6347adfa6da0ef2e2 Mon Sep 17 00:00:00 2001 From: Timothy Hull Date: Mon, 9 Feb 2026 20:27:31 +0000 Subject: [PATCH 3/3] Filter `devcontainer.json` --- .github/workflows/lint-files.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-files.yml b/.github/workflows/lint-files.yml index 6c810b9..a90b814 100644 --- a/.github/workflows/lint-files.yml +++ b/.github/workflows/lint-files.yml @@ -53,3 +53,5 @@ jobs: VALIDATE_YAML: true # Language-specific configuration YAML_ERROR_ON_WARNING: true + # Other Variables + FILTER_REGEX_EXCLUDE: '.*devcontainer\.json$'