diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8fe5cb8..54d1c6a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Initialize CodeQL uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85 diff --git a/.github/workflows/create-images.yml b/.github/workflows/create-images.yml index c2bde8f..44f4665 100644 --- a/.github/workflows/create-images.yml +++ b/.github/workflows/create-images.yml @@ -41,7 +41,7 @@ jobs: REGISTRY: ${{ needs.export-registry-and-tag.outputs.registry }} IMG_TAG: ${{ needs.export-registry-and-tag.outputs.tag }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: REGISTRY: ${{ needs.export-registry-and-tag.outputs.registry }} IMG_TAG: ${{ needs.export-registry-and-tag.outputs.tag }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3be79b6..fc98c0b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true fetch-depth: 0