diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbc95ea6..2d65f734 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,14 +51,14 @@ jobs: steps: - id: checkout name: Checkout - uses: actions/checkout@v3 # Use v3 or later + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Use v3 or later with: persist-credentials: false token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@v3 # Use v3 or later + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 # Use v3 or later with: node-version: 22.x cache: "npm" @@ -75,7 +75,7 @@ jobs: - name: Release Please if: ${{ !github.event.inputs.skip_release }} id: release - uses: google-github-actions/release-please-action@v3 + uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4 with: release-type: node # Or the appropriate release type for your project - id: coveralls