diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d1b7fb..6da60fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: # Actions are pinned to commit SHAs (supply-chain hardening); the # trailing comment records the human-readable version. v6 runs on the # Node 24 action runtime, clearing the Node 20 deprecation warning. - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # No step here pushes or calls the API; don't leave the token in # .git/config for the rest of the job. diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b0f7da0..2013b2c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: matrix: language: [javascript-typescript] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Initialize CodeQL uses: github/codeql-action/init@84498526a009a99c875e83ef4821a8ba52de7c22 # codeql-bundle-v2.25.5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11ba793..f9706c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: CWS_CLIENT_SECRET: ${{ secrets.CWS_CLIENT_SECRET }} CWS_REFRESH_TOKEN: ${{ secrets.CWS_REFRESH_TOKEN }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: