diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index e62ca48..24b3801 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: ref: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.sha) || github.ref }} persist-credentials: false diff --git a/.github/workflows/diff-rendered-charts.yml b/.github/workflows/diff-rendered-charts.yml index 07d8087..d232ede 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 with: persist-credentials: true # We are using these credentials in later steps ref: ${{ matrix.ref.sha }} diff --git a/.github/workflows/psa-checker.yml b/.github/workflows/psa-checker.yml index 0e01160..cb8a8cc 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@v5 + uses: actions/checkout@v6 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 573a13a..22c696a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate-k8s-manifests.yml b/.github/workflows/validate-k8s-manifests.yml index b6150f6..8af2329 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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 6b3b4e9..e735750 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@v5 + uses: actions/checkout@v6 with: persist-credentials: false