diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a361d4..2e6e2c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Ensure SHA pinned actions uses: ./ @@ -21,14 +21,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: ref: ${{ github.head_ref }} # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch - name: Get runs.using version id: get-runs-using-version uses: zgosalvez/github-actions-get-action-runs-using-version@63efe948953617d47dad79e8c7cf05964eb7a9ba - name: Set up Node - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 with: node-version: v${{ steps.get-runs-using-version.outputs.version }} - name: Cache Node Packages @@ -48,6 +48,6 @@ jobs: run: npm run test - name: Prepare run: npm run prepare - - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a + - uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d with: commit_message: Apply `npm run prepare` changes diff --git a/action.yml b/action.yml index c07e3cc..f45352c 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ name: 'Ensure SHA Pinned Actions' description: 'Ensure that GitHub Actions are pinned to full length commit SHAs' author: 'Zennon Gosalvez' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: shield