diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a740281..5d5c1c7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Initialize CodeQL uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 diff --git a/.github/workflows/create-images.yml b/.github/workflows/create-images.yml index f29ea1b..11c1a52 100644 --- a/.github/workflows/create-images.yml +++ b/.github/workflows/create-images.yml @@ -34,7 +34,7 @@ jobs: env: REGISTRY: ${{ needs.export-registry.outputs.registry }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 666657e..cbad6af 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@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: submodules: true fetch-depth: 0