diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 9524dc4..8fce094 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: ref: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.sha) || github.ref }} persist-credentials: false diff --git a/.github/workflows/codeowners.yml b/.github/workflows/codeowners.yml index 3ccc277..91029d5 100644 --- a/.github/workflows/codeowners.yml +++ b/.github/workflows/codeowners.yml @@ -23,7 +23,7 @@ jobs: options: --cpus 1 steps: - name: Clone Repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/diff-rendered-charts.yml b/.github/workflows/diff-rendered-charts.yml index 46f6c88..94685d3 100644 --- a/.github/workflows/diff-rendered-charts.yml +++ b/.github/workflows/diff-rendered-charts.yml @@ -17,7 +17,7 @@ jobs: charts: ${{ steps.find_changed_charts.outputs.changed_charts }} steps: - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: fetch-depth: '100' persist-credentials: true # We are using these credentials in later steps @@ -44,7 +44,7 @@ jobs: sha: ${{ github.head_ref }} steps: - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: persist-credentials: true # We are using these credentials in later steps ref: ${{ matrix.ref.sha }} diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 55f77f7..05b8daf 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0 diff --git a/.github/workflows/psa-checker.yml b/.github/workflows/psa-checker.yml index a004e96..f2f80eb 100644 --- a/.github/workflows/psa-checker.yml +++ b/.github/workflows/psa-checker.yml @@ -30,7 +30,7 @@ jobs: charts: ${{ steps.find_changed_charts.outputs.changed_charts }} steps: - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: fetch-depth: '100' persist-credentials: true # We are using these credentials in the next step diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7444a9e..27d7108 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate-k8s-manifests.yml b/.github/workflows/validate-k8s-manifests.yml index c8053ee..cedf10c 100644 --- a/.github/workflows/validate-k8s-manifests.yml +++ b/.github/workflows/validate-k8s-manifests.yml @@ -31,7 +31,7 @@ jobs: charts: ${{ steps.find_changed_charts.outputs.changed_charts }} steps: - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: fetch-depth: '100' persist-credentials: true # We are using these credentials in later steps @@ -53,7 +53,7 @@ jobs: chart: ${{ fromJSON(needs.get_changed_helm_charts.outputs.matrix_charts) }} steps: - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: persist-credentials: true # We are using these credentials in later steps diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index a125a7a..8130a64 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: persist-credentials: false