diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index dcf9e4c..00015c6 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 03f4282..322d165 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -28,7 +28,7 @@ jobs: charts: ${{ steps.list-changed.outputs.charts }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -72,7 +72,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -130,7 +130,7 @@ jobs: if: needs.lint.outputs.changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Helm uses: azure/setup-helm@v5 @@ -172,7 +172,7 @@ jobs: matrix: ${{ fromJson(needs.lint.outputs.charts) }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Run Trivy config scanner uses: aquasecurity/trivy-action@0.35.0 @@ -191,7 +191,7 @@ jobs: if: needs.lint.outputs.changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4fd2aad..9d6893b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: has_changes: ${{ steps.set-matrix.outputs.has_changes }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -98,7 +98,7 @@ jobs: matrix: ${{ fromJson(needs.detect-changes.outputs.matrix) }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }}