diff --git a/.github/workflows/build-image-base.yml b/.github/workflows/build-image-base.yml index 17e736b4..0205e397 100644 --- a/.github/workflows/build-image-base.yml +++ b/.github/workflows/build-image-base.yml @@ -49,7 +49,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: submodules: true - name: Log in to ghcr.io Container registry diff --git a/.github/workflows/lint_on_pr.yml b/.github/workflows/lint_on_pr.yml index 07d17d8b..9bc85000 100644 --- a/.github/workflows/lint_on_pr.yml +++ b/.github/workflows/lint_on_pr.yml @@ -20,7 +20,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: fetch-depth: 0