From 4b72e0db8402df486658df6b4d7d59048568afa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:52:37 +0100 Subject: [PATCH] chore(workflows/dependencies): update actions/checkout digest to 11bd719 (#1205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `692973e` -> `11bd719` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/teutonet/teutonet-helm-charts). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/check-licenses.yaml | 2 +- .github/workflows/create-release-prs.yaml | 2 +- .github/workflows/get-all-charts.yaml | 2 +- .github/workflows/linter.yaml | 2 +- .github/workflows/pr-comment-diff.yaml | 2 +- .github/workflows/release-chart.yaml | 2 +- .github/workflows/release-update-metadata.yaml | 2 +- .github/workflows/scan-for-cves.yaml | 2 +- .github/workflows/update-artifacthub-images.yaml | 4 ++-- .github/workflows/update-codeowners.yaml | 2 +- .github/workflows/validate-pullrequest.yaml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 5b7410e4d..8c6ebf751 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: lint github workflows steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Add problem matchers run: | # https://github.com/rhysd/actionlint/blob/3a2f2c7/docs/usage.md#problem-matchers diff --git a/.github/workflows/check-licenses.yaml b/.github/workflows/check-licenses.yaml index 50d40cbd8..b18542447 100644 --- a/.github/workflows/check-licenses.yaml +++ b/.github/workflows/check-licenses.yaml @@ -20,6 +20,6 @@ jobs: runs-on: ubuntu-latest needs: getChangedChart steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: pip install yq - run: ./.github/scripts/scan-for-licenses.sh ${{ needs.getChangedChart.outputs.chart }} diff --git a/.github/workflows/create-release-prs.yaml b/.github/workflows/create-release-prs.yaml index 525956072..6b4abb635 100644 --- a/.github/workflows/create-release-prs.yaml +++ b/.github/workflows/create-release-prs.yaml @@ -19,7 +19,7 @@ jobs: config-file: .github/release-please/config.json manifest-file: .github/release-please/manifest.json id: release-please - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 if: ${{ steps.release-please.outputs.prs_created == 'true' }} - name: Set PRs to auto-merge if: ${{ steps.release-please.outputs.prs_created == 'true' }} diff --git a/.github/workflows/get-all-charts.yaml b/.github/workflows/get-all-charts.yaml index 1134fc415..5b95e9600 100644 --- a/.github/workflows/get-all-charts.yaml +++ b/.github/workflows/get-all-charts.yaml @@ -16,7 +16,7 @@ jobs: outputs: charts: ${{ steps.getCharts.outputs.charts }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: pip install yq - name: Get all charts id: getCharts diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 9426fd719..da3c32bbe 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -24,7 +24,7 @@ jobs: CT_TARGET_BRANCH: ${{ github.event.pull_request.base.ref || github.event.repository.default_branch }} CHART: ${{ matrix.chart }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/pr-comment-diff.yaml b/.github/workflows/pr-comment-diff.yaml index e9ef3296b..7075c3551 100644 --- a/.github/workflows/pr-comment-diff.yaml +++ b/.github/workflows/pr-comment-diff.yaml @@ -22,7 +22,7 @@ jobs: CT_TARGET_BRANCH: ${{ github.event.pull_request.base.ref || github.event.repository.default_branch }} GITHUB_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: pip install yq - name: Install sponge run: sudo apt-get -yq install moreutils diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 2c9724e03..fd4eb4f61 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -32,7 +32,7 @@ jobs: env: CHART: ${{ matrix.chart }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: helm package --dependency-update "${CHART}" - run: helm registry login ghcr.io --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-update-metadata.yaml b/.github/workflows/release-update-metadata.yaml index 74f4575f0..d0068cbad 100644 --- a/.github/workflows/release-update-metadata.yaml +++ b/.github/workflows/release-update-metadata.yaml @@ -29,7 +29,7 @@ jobs: run: | echo 'No chart has been changed?' >&2 exit 1 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 token: ${{ secrets.ACTIONS_BOT_TOKEN }} diff --git a/.github/workflows/scan-for-cves.yaml b/.github/workflows/scan-for-cves.yaml index 4dd914a17..183a5ada0 100644 --- a/.github/workflows/scan-for-cves.yaml +++ b/.github/workflows/scan-for-cves.yaml @@ -21,7 +21,7 @@ jobs: matrix: chart: ${{ fromJson(needs.getAllCharts.outputs.charts) }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: /home/linuxbrew/.linuxbrew/bin/brew install trivy - run: pip install yq diff --git a/.github/workflows/update-artifacthub-images.yaml b/.github/workflows/update-artifacthub-images.yaml index 705c92042..83774e217 100644 --- a/.github/workflows/update-artifacthub-images.yaml +++ b/.github/workflows/update-artifacthub-images.yaml @@ -11,7 +11,7 @@ jobs: outputs: charts: ${{ steps.getCharts.outputs.charts }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Get all charts id: getCharts @@ -34,7 +34,7 @@ jobs: matrix: chart: ${{ fromJson(needs.getAllCharts.outputs.charts) }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} diff --git a/.github/workflows/update-codeowners.yaml b/.github/workflows/update-codeowners.yaml index 0cd1b00e6..fdd824210 100644 --- a/.github/workflows/update-codeowners.yaml +++ b/.github/workflows/update-codeowners.yaml @@ -12,7 +12,7 @@ jobs: generateCodeowners: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: generate CODEOWNERS run: ./.github/scripts/sync-codeowners.sh > .github/CODEOWNERS diff --git a/.github/workflows/validate-pullrequest.yaml b/.github/workflows/validate-pullrequest.yaml index 1d76c0e3e..f93f25e9f 100644 --- a/.github/workflows/validate-pullrequest.yaml +++ b/.github/workflows/validate-pullrequest.yaml @@ -19,7 +19,7 @@ jobs: name: Validate commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }}