From 68d61cc2dcac8ac1c0244d96e3b3aae96f960c39 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 24 Jun 2022 20:50:57 +0100 Subject: [PATCH 1/2] ci(integration): reference actions using tags --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ca817f2251..ee1f6f22be 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,12 +22,12 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@main + - uses: actions/checkout@v3 with: persist-credentials: false - name: Use Node.js - uses: actions/setup-node@main + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} From 57b77addaf82bbfa5d40e5dc54dcd096a72defcc Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 27 Jun 2022 09:11:04 +0100 Subject: [PATCH 2/2] ci(links-check): reference action using tag --- .github/workflows/links-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links-check.yml b/.github/workflows/links-check.yml index 23d750003c..618df1305d 100644 --- a/.github/workflows/links-check.yml +++ b/.github/workflows/links-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@main + uses: actions/checkout@v3 with: persist-credentials: false