diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414ca28b..14539044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Install Ruby ${{ matrix.ruby }} diff --git a/.github/workflows/spanner-integration-tests-against-emulator.yaml b/.github/workflows/spanner-integration-tests-against-emulator.yaml index 74b758b3..1392fbd4 100644 --- a/.github/workflows/spanner-integration-tests-against-emulator.yaml +++ b/.github/workflows/spanner-integration-tests-against-emulator.yaml @@ -28,7 +28,7 @@ jobs: - 9020:9020 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0