diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 53b1d448..a43ad553 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -9,7 +9,7 @@ jobs: name: Upload coverage reports to Codecov runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-java@v4 with: distribution: 'temurin' diff --git a/.github/workflows/up.yaml b/.github/workflows/up.yaml index f93b83ca..ff779453 100644 --- a/.github/workflows/up.yaml +++ b/.github/workflows/up.yaml @@ -13,7 +13,7 @@ jobs: up: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: |- git fetch --tags --force && \ latest=$(git tag --sort=creatordate | tail -1) && \