From 1a381db95a01773e471818a4ce56ad16ad5d6111 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:51:36 +0200 Subject: [PATCH] Update actions/checkout action to v4.1.7 (#1004) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../internal/file/check_values_schema.yaml.template | 2 +- ...luster_app_documentation_validation.yaml.template | 2 +- .../file/cluster_app_schema_validation.yaml.template | 4 ++-- .../internal/file/create_release.yaml.template | 12 ++++++------ .../internal/file/create_release_pr.yaml.template | 2 +- .../file/ensure_major_version_tags.yaml.template | 2 +- .../internal/file/fix_vulnerabilities.yaml.template | 4 ++-- .../workflows/internal/file/gitleaks.yaml.template | 2 +- .../internal/file/helm_render_diff.yaml.template | 4 ++-- .../internal/file/run_ossf_scorecard.yaml.template | 2 +- .../internal/file/update_chart.yaml.template | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pkg/gen/input/workflows/internal/file/check_values_schema.yaml.template b/pkg/gen/input/workflows/internal/file/check_values_schema.yaml.template index b1c46399..47bb2f2a 100644 --- a/pkg/gen/input/workflows/internal/file/check_values_schema.yaml.template +++ b/pkg/gen/input/workflows/internal/file/check_values_schema.yaml.template @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 diff --git a/pkg/gen/input/workflows/internal/file/cluster_app_documentation_validation.yaml.template b/pkg/gen/input/workflows/internal/file/cluster_app_documentation_validation.yaml.template index 6f3ebdb7..d40f9764 100644 --- a/pkg/gen/input/workflows/internal/file/cluster_app_documentation_validation.yaml.template +++ b/pkg/gen/input/workflows/internal/file/cluster_app_documentation_validation.yaml.template @@ -29,7 +29,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: "Run 'make generate-docs' and check for differences" run: | make generate-docs diff --git a/pkg/gen/input/workflows/internal/file/cluster_app_schema_validation.yaml.template b/pkg/gen/input/workflows/internal/file/cluster_app_schema_validation.yaml.template index 39edc7dc..5b0c8225 100644 --- a/pkg/gen/input/workflows/internal/file/cluster_app_schema_validation.yaml.template +++ b/pkg/gen/input/workflows/internal/file/cluster_app_schema_validation.yaml.template @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Run schemalint id: run-schemalint uses: giantswarm/schemalint/actions/verify-helm-schema@7d9e7128aaf064cef2e6c6d6acd99f2c858861a6 # v2.6.0 @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Run helm-values-gen id: run-helm-values-gen diff --git a/pkg/gen/input/workflows/internal/file/create_release.yaml.template b/pkg/gen/input/workflows/internal/file/create_release.yaml.template index 987e34c6..8ba4b205 100644 --- a/pkg/gen/input/workflows/internal/file/create_release.yaml.template +++ b/pkg/gen/input/workflows/internal/file/create_release.yaml.template @@ -49,7 +49,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Checkout code if: ${{ steps.get_version.outputs.version != '' }} - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Get project.go path id: get_project_go_path if: ${{ steps.get_version.outputs.version != '' }} @@ -98,7 +98,7 @@ jobs: tarball_binary_path: "*/src/${binary}" smoke_test: "${binary} --version" - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Update project.go id: update_project_go env: @@ -155,7 +155,7 @@ jobs: upload_url: ${{ steps.create_gh_release.outputs.upload_url }} steps: - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ github.sha }} - name: Ensure correct version in project.go @@ -198,7 +198,7 @@ jobs: - gather_facts - create_release steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: giantswarm/floating-tags-action@0f61d4cfbe37dbb2399c0d9119c224030445bba5 # v1.0.2 {{{{- end }}}} @@ -219,7 +219,7 @@ jobs: tarball_binary_path: "*/src/${binary}" smoke_test: "${binary} --version" - name: Check out the repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 # Clone the whole history, not just the most recent commit. - name: Fetch all tags and branches @@ -298,7 +298,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ env.TAG }} {{{{- if .IsDevctl }}}} diff --git a/pkg/gen/input/workflows/internal/file/create_release_pr.yaml.template b/pkg/gen/input/workflows/internal/file/create_release_pr.yaml.template index dfa174e4..f41f0855 100644 --- a/pkg/gen/input/workflows/internal/file/create_release_pr.yaml.template +++ b/pkg/gen/input/workflows/internal/file/create_release_pr.yaml.template @@ -149,7 +149,7 @@ jobs: binary: "architect" version: "6.11.0" - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ needs.gather_facts.outputs.branch }} - name: Prepare release changes diff --git a/pkg/gen/input/workflows/internal/file/ensure_major_version_tags.yaml.template b/pkg/gen/input/workflows/internal/file/ensure_major_version_tags.yaml.template index 3f0ce514..60744d87 100644 --- a/pkg/gen/input/workflows/internal/file/ensure_major_version_tags.yaml.template +++ b/pkg/gen/input/workflows/internal/file/ensure_major_version_tags.yaml.template @@ -17,5 +17,5 @@ jobs: name: Ensure major version tags runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: giantswarm/floating-tags-action@0f61d4cfbe37dbb2399c0d9119c224030445bba5 # v1.0.2 diff --git a/pkg/gen/input/workflows/internal/file/fix_vulnerabilities.yaml.template b/pkg/gen/input/workflows/internal/file/fix_vulnerabilities.yaml.template index 7ddd4a6a..65b5ed30 100644 --- a/pkg/gen/input/workflows/internal/file/fix_vulnerabilities.yaml.template +++ b/pkg/gen/input/workflows/internal/file/fix_vulnerabilities.yaml.template @@ -23,7 +23,7 @@ jobs: skip : ${{ steps.gather_facts.outputs.skip }} steps: - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ inputs.branch || github.ref }} - name: Gather facts @@ -61,7 +61,7 @@ jobs: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }} - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: token: ${{ steps.generate_token.outputs.token }} persist-credentials: false diff --git a/pkg/gen/input/workflows/internal/file/gitleaks.yaml.template b/pkg/gen/input/workflows/internal/file/gitleaks.yaml.template index 21742a71..1cc83ace 100644 --- a/pkg/gen/input/workflows/internal/file/gitleaks.yaml.template +++ b/pkg/gen/input/workflows/internal/file/gitleaks.yaml.template @@ -7,7 +7,7 @@ jobs: gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: '0' - name: gitleaks-action diff --git a/pkg/gen/input/workflows/internal/file/helm_render_diff.yaml.template b/pkg/gen/input/workflows/internal/file/helm_render_diff.yaml.template index f071e895..b3b86d5c 100644 --- a/pkg/gen/input/workflows/internal/file/helm_render_diff.yaml.template +++ b/pkg/gen/input/workflows/internal/file/helm_render_diff.yaml.template @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request' && needs.check-cmp-state.outputs.suspend_comment_id == 0 && needs.check-cmp-state.outputs.suspend_diffs_printing_from_pr_body == 'false' steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: install helm uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0 with: @@ -76,7 +76,7 @@ jobs: helm template -n org-giantswarm -f "helm/${{ github.event.repository.name }}/ci/ci-values.yaml" -f "${test_file_path}" "helm/${{ github.event.repository.name }}" > "/tmp/${test_file_path}/render-new.yaml" done - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: "${{ github.event.repository.default_branch }}" path: 'old' diff --git a/pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template b/pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template index 5fa7c393..d0d5a4a4 100644 --- a/pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template +++ b/pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template @@ -35,7 +35,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false diff --git a/pkg/gen/input/workflows/internal/file/update_chart.yaml.template b/pkg/gen/input/workflows/internal/file/update_chart.yaml.template index 2932ca6c..227a43cc 100644 --- a/pkg/gen/input/workflows/internal/file/update_chart.yaml.template +++ b/pkg/gen/input/workflows/internal/file/update_chart.yaml.template @@ -75,7 +75,7 @@ jobs: if: ${{ needs.gather_facts.outputs.skip != 'true' }} steps: - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ needs.gather_facts.outputs.branch }} - name: Install vendir