From a6e200c1b5f0cd2e13889474baa7df4fa019bdd2 Mon Sep 17 00:00:00 2001 From: Wes Dean Date: Wed, 21 Aug 2024 11:02:45 -0400 Subject: [PATCH] Update pa11y checkout workflow --- .github/workflows/pa11y.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index 46b78587..e760fa61 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -6,6 +6,7 @@ on: pull_request: workflow_dispatch: + permissions: read-all concurrency: @@ -30,7 +31,7 @@ jobs: # that's supposed by Cloud.gov Pages (currently 18.19.0) - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4.1.7 - name: Use Node uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # pin@v3