diff --git a/.github/workflows/conformance-tetragon-gke.yaml b/.github/workflows/conformance-tetragon-gke.yaml index e19f1bb..8c0e7f6 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate-cilium-chart.yaml b/.github/workflows/validate-cilium-chart.yaml index cc668cc..3c04aef 100644 --- a/.github/workflows/validate-cilium-chart.yaml +++ b/.github/workflows/validate-cilium-chart.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 persist-credentials: false