diff --git a/.github/workflows/validate-cilium-chart.yaml b/.github/workflows/validate-cilium-chart.yaml index bdf4d7f..f7a60e3 100644 --- a/.github/workflows/validate-cilium-chart.yaml +++ b/.github/workflows/validate-cilium-chart.yaml @@ -21,7 +21,7 @@ jobs: name: ${{ matrix.chart-type.name }} steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate-tetragon-chart.yaml b/.github/workflows/validate-tetragon-chart.yaml index ec5d7e9..bf984fd 100644 --- a/.github/workflows/validate-tetragon-chart.yaml +++ b/.github/workflows/validate-tetragon-chart.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0 persist-credentials: false