diff --git a/.github/workflows/conformance-gke.yaml b/.github/workflows/conformance-gke.yaml index 387edc7..38c2662 100644 --- a/.github/workflows/conformance-gke.yaml +++ b/.github/workflows/conformance-gke.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/conformance-tetragon-gke.yaml b/.github/workflows/conformance-tetragon-gke.yaml index 69331b0..e19f1bb 100644 --- a/.github/workflows/conformance-tetragon-gke.yaml +++ b/.github/workflows/conformance-tetragon-gke.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: fetch-depth: 0 persist-credentials: false