diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 38681f6e2c..7ae54a3a26 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -12,7 +12,7 @@ jobs: # Needed to post comments and issues issues: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: submodules: recursive - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e810a3bdb0..93d8f8370d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: name: Package Release runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: submodules: recursive - uses: actions/setup-java@v4 diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 174bfdab02..b8674aec97 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -18,7 +18,7 @@ jobs: name: Status Checks runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: submodules: recursive - uses: actions/setup-java@v4