From 8fccc461c090b488598831b74bc837d5c5d2b9a9 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 28 Jun 2022 13:23:20 +0100 Subject: [PATCH] ci: reference actions using tags (#4086) --- .github/workflows/integration.yml | 4 ++-- .github/workflows/links-check.yml | 2 +- 2 files changed, 3 insertions(+), 3 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 }} 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