diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7144d4d..d71a971 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: npm diff --git a/.github/workflows/review-action-bumps.yml b/.github/workflows/review-action-bumps.yml index 7205536..b42f1a2 100644 --- a/.github/workflows/review-action-bumps.yml +++ b/.github/workflows/review-action-bumps.yml @@ -20,7 +20,7 @@ jobs: review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # A shallow clone has no base commit to compare against, so there # would be nothing to detect a bump from. @@ -37,7 +37,7 @@ jobs: - name: Comment the review if: steps.review.outputs.bumps != '0' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: # Passed through the environment rather than interpolated into the # script body. A `${{ }}` substitution is textual, so report content