diff --git a/.github/workflows/policy-lerna-publish.yml b/.github/workflows/policy-lerna-publish.yml index a10a38f..d5c71d9 100644 --- a/.github/workflows/policy-lerna-publish.yml +++ b/.github/workflows/policy-lerna-publish.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 registry-url: 'https://registry.npmjs.org' @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 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 cdc51d7..ad26b3c 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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 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 1d9a5b7..b03c6af 100644 --- a/.github/workflows/policy-node-publish.yml +++ b/.github/workflows/policy-node-publish.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 registry-url: 'https://registry.npmjs.org' @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 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 38ec51c..c503339 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@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3 + uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 if: ${{ github.event_name == 'pull_request' && steps.visibility.outputs.isPrivate == 'false' }} - name: Setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 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 0eed8e3..f26b008 100644 --- a/.github/workflows/policy-workspaces-publish.yml +++ b/.github/workflows/policy-workspaces-publish.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 registry-url: 'https://registry.npmjs.org' @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 registry-url: 'https://npm.pkg.github.com'