diff --git a/.github/workflows/build-image-base.yml b/.github/workflows/build-image-base.yml index df5021ee..eb11b7eb 100644 --- a/.github/workflows/build-image-base.yml +++ b/.github/workflows/build-image-base.yml @@ -53,7 +53,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 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 3dc6d13a..98574a3f 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@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: fetch-depth: 0