From f63488d8f37e300f734e24846c0c8c6ec7c38cf9 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 14 Nov 2023 14:57:39 +0100 Subject: [PATCH] Pin GitHub Actions workflows to a specific version --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64215ac..6450337 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,10 +10,10 @@ jobs: name: Run the tests runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 - name: Install elm tools and cache the ELM_HOME directory - uses: mpizenberg/elm-tooling-action@v1.2 + uses: mpizenberg/elm-tooling-action@9938f6852d942f9714cac58761f378bf25881513 with: cache-key: elm-test-${{ hashFiles('elm-tooling.json', 'elm.json') }} cache-restore-key: elm-test @@ -25,10 +25,10 @@ jobs: name: Check formatting runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 - name: Install elm tools and cache the ELM_HOME directory - uses: mpizenberg/elm-tooling-action@v1.2 + uses: mpizenberg/elm-tooling-action@9938f6852d942f9714cac58761f378bf25881513 with: cache-key: elm-format-${{ hashFiles('elm-tooling.json') }} cache-restore-key: elm-format