From e258f8a03312b93356187c8f9c6ec565ba0ff8ea Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 16 Jun 2025 09:49:54 +0100 Subject: [PATCH] ci: use tags for immutable github actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/coverage.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 062653c..2f50af7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,13 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@v4 with: fetch-depth: 1 persist-credentials: false - name: Setup Node ${{ matrix.node-version }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@v4 with: always-auth: false check-latest: true diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5069138..0eeb962 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,13 +24,13 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@v4 with: fetch-depth: 1 persist-credentials: false - name: Setup Node ${{ matrix.node-version }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@v4 with: always-auth: false check-latest: true