From 0f862a248692302969772f0a06a17210726738e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 02:47:51 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/linter.yml | 4 ++-- .github/workflows/test-infrastructure.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 78085459..a122cfd2 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -37,14 +37,14 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 ########################## # Github Super Linter needs # the latest definitions installed ########################## - name: Use Node.js 16.x - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3.3.0 + uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: 16.x # Install our eslint packages. diff --git a/.github/workflows/test-infrastructure.yml b/.github/workflows/test-infrastructure.yml index 433be619..501bc8d6 100644 --- a/.github/workflows/test-infrastructure.yml +++ b/.github/workflows/test-infrastructure.yml @@ -10,12 +10,12 @@ jobs: env: working-directory: ./.aws steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - uses: hashicorp/setup-terraform@bbe167fbdaa1a3bd046bdd70eba9dd3dddcca99c # tag=v2.0.2 with: terraform_version: 0.13.5 terraform_wrapper: false - - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3.3.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: '16.x' - run: npm ci