diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bcd83d3cae..4372250d3c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4 with: python-version: ${{ matrix.python }} - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v3 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -105,7 +105,7 @@ jobs: - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4 with: python-version: ${{ matrix.python }} - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v3 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 118a6f32c04..dff8e82892b 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - name: Install Node.js - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: "16" - name: Install and run DangerJS @@ -125,7 +125,7 @@ jobs: allow-prereleases: true cache: "pipenv" cache-dependency-path: "Pipfile.lock" - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -180,7 +180,7 @@ jobs: allow-prereleases: true cache: "pipenv" cache-dependency-path: "Pipfile.lock" - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -412,7 +412,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} cache: "pipenv" cache-dependency-path: "Pipfile.lock" - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: token: ${{ secrets.GITHUB_TOKEN }}