diff --git a/.checks/wcag-report.json b/.checks/wcag-report.json index 5675119..7c2497a 100644 --- a/.checks/wcag-report.json +++ b/.checks/wcag-report.json @@ -4,7 +4,7 @@ "id": "color-contrast", "impact": "serious", "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", - "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=webdriverjs", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/color-contrast?application=webdriverjs", "nodes": [ { "target": [ @@ -20,7 +20,7 @@ "id": "scrollable-region-focusable", "impact": "serious", "description": "Ensure elements that have scrollable content are accessible by keyboard in Safari", - "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/scrollable-region-focusable?application=webdriverjs", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/scrollable-region-focusable?application=webdriverjs", "nodes": [ { "target": [ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c0fd98f..008348d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -167,7 +167,7 @@ jobs: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/update-workflows.yml b/.github/workflows/update-workflows.yml index 7b00f4d..252622c 100644 --- a/.github/workflows/update-workflows.yml +++ b/.github/workflows/update-workflows.yml @@ -25,7 +25,7 @@ jobs: - name: Maak GitHub App token aan voor Geonovum id: token-geonovum - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} @@ -34,7 +34,7 @@ jobs: - name: Maak GitHub App token aan voor BROprogramma id: token-broprogramma continue-on-error: true - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} @@ -90,7 +90,7 @@ jobs: - name: Maak GitHub App token aan voor ${{ matrix.org }} id: token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/snapshot.html b/snapshot.html index e990ad6..b5161b1 100644 --- a/snapshot.html +++ b/snapshot.html @@ -1,7 +1,7 @@
- +Referenced in: