From 9f05c33ff81e8b8f006ae955fcf8a44c3dd1cc70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:43:57 +0000 Subject: [PATCH] Bump github/accessibility-scanner in the github-actions group Bumps the github-actions group with 1 update: [github/accessibility-scanner](https://github.com/github/accessibility-scanner). Updates `github/accessibility-scanner` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/github/accessibility-scanner/releases) - [Commits](https://github.com/github/accessibility-scanner/compare/da2381e50d31f6e21c4fb6fad14e75f26e682ae1...745198705c4aecb2af83732eaafe1f6e3f7787c2) --- updated-dependencies: - dependency-name: github/accessibility-scanner dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/scan-static-sites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-static-sites.yml b/.github/workflows/scan-static-sites.yml index ff8dd33..c5ccebc 100644 --- a/.github/workflows/scan-static-sites.yml +++ b/.github/workflows/scan-static-sites.yml @@ -51,7 +51,7 @@ jobs: repository: github/accessibility-scanner-testing steps: - name: Run accessibility scanner - uses: github/accessibility-scanner@da2381e50d31f6e21c4fb6fad14e75f26e682ae1 # v3.4.0 + uses: github/accessibility-scanner@745198705c4aecb2af83732eaafe1f6e3f7787c2 # v3.4.1 with: urls: ${{ matrix.urls }} cache_key: cached_findings-${{ matrix.id }}-${{ github.ref_name }}.json