diff --git a/.github/workflows/policy-lerna-publish.yml b/.github/workflows/policy-lerna-publish.yml index 6375fa4..4f29e32 100644 --- a/.github/workflows/policy-lerna-publish.yml +++ b/.github/workflows/policy-lerna-publish.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 registry-url: 'https://registry.npmjs.org' @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 registry-url: 'https://npm.pkg.github.com' diff --git a/.github/workflows/policy-lerna-test.yml b/.github/workflows/policy-lerna-test.yml index 6f319e6..44f0a4b 100644 --- a/.github/workflows/policy-lerna-test.yml +++ b/.github/workflows/policy-lerna-test.yml @@ -32,7 +32,7 @@ jobs: lfs: true - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: ${{ matrix.node-version }} registry-url: 'https://npm.pkg.github.com' diff --git a/.github/workflows/policy-node-publish.yml b/.github/workflows/policy-node-publish.yml index 2daf75b..2e3fc09 100644 --- a/.github/workflows/policy-node-publish.yml +++ b/.github/workflows/policy-node-publish.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 registry-url: 'https://registry.npmjs.org' @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 registry-url: 'https://npm.pkg.github.com' diff --git a/.github/workflows/policy-node-test.yml b/.github/workflows/policy-node-test.yml index b19ea8e..f0d2e03 100644 --- a/.github/workflows/policy-node-test.yml +++ b/.github/workflows/policy-node-test.yml @@ -45,11 +45,11 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check repository dependency graph - uses: actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 + uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce if: ${{ github.event_name == 'pull_request' && steps.visibility.outputs.isPrivate == 'false' }} - name: Setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: ${{ matrix.node-version }} registry-url: 'https://npm.pkg.github.com' diff --git a/.github/workflows/policy-workspaces-publish.yml b/.github/workflows/policy-workspaces-publish.yml index 9d43d47..f28fb33 100644 --- a/.github/workflows/policy-workspaces-publish.yml +++ b/.github/workflows/policy-workspaces-publish.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 registry-url: 'https://registry.npmjs.org' @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 registry-url: 'https://npm.pkg.github.com'