From 8113b363c69a3bcb217156b1feba777360e7ce3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:14:16 +0200 Subject: [PATCH] feat(deps): update all dependencies (#69) 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` -> `eef6144` | | [contributor-assistant/github-action](https://redirect.github.com/contributor-assistant/github-action) | action | minor | `v2.5.1` -> `v2.6.1` | --- ### Release Notes
contributor-assistant/github-action (contributor-assistant/github-action) ### [`v2.6.1`](https://redirect.github.com/contributor-assistant/github-action/releases/tag/v2.6.1) [Compare Source](https://redirect.github.com/contributor-assistant/github-action/compare/v2.6.0...v2.6.1) ##### What's Changed - Move bot signature outside of recheck text by [@​kingthorin](https://redirect.github.com/kingthorin) in [https://github.com/contributor-assistant/github-action/pull/163](https://redirect.github.com/contributor-assistant/github-action/pull/163) **Full Changelog**: https://github.com/contributor-assistant/github-action/compare/v2.6.0...v2.6.1 ### [`v2.6.0`](https://redirect.github.com/contributor-assistant/github-action/releases/tag/v2.6.0) [Compare Source](https://redirect.github.com/contributor-assistant/github-action/compare/v2.5.2...v2.6.0) ##### What's Changed - Add an option to disable the "recheck" part of the comment by [@​kingthorin](https://redirect.github.com/kingthorin) in [https://github.com/contributor-assistant/github-action/pull/158](https://redirect.github.com/contributor-assistant/github-action/pull/158) ##### New Contributors - [@​kingthorin](https://redirect.github.com/kingthorin) made their first contribution in [https://github.com/contributor-assistant/github-action/pull/158](https://redirect.github.com/contributor-assistant/github-action/pull/158) **Full Changelog**: https://github.com/contributor-assistant/github-action/compare/v2.5.2...v2.6.0 ### [`v2.5.2`](https://redirect.github.com/contributor-assistant/github-action/releases/tag/v2.5.2) [Compare Source](https://redirect.github.com/contributor-assistant/github-action/compare/v2.5.1...v2.5.2) ##### What's Changed - readme: fix invalid action tag in main snippet by [@​Tropicao](https://redirect.github.com/Tropicao) in [https://github.com/contributor-assistant/github-action/pull/161](https://redirect.github.com/contributor-assistant/github-action/pull/161) - bug fix + remove unwanted files by [@​ibakshay](https://redirect.github.com/ibakshay) in [https://github.com/contributor-assistant/github-action/pull/162](https://redirect.github.com/contributor-assistant/github-action/pull/162) ##### New Contributors - [@​Tropicao](https://redirect.github.com/Tropicao) made their first contribution in [https://github.com/contributor-assistant/github-action/pull/161](https://redirect.github.com/contributor-assistant/github-action/pull/161) **Full Changelog**: https://github.com/contributor-assistant/github-action/compare/v2.5.1...v2.5.2
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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/splunk/addonfactory-github-workflows). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/agreements.yaml | 4 ++-- .github/workflows/build-test-release.yaml | 6 +++--- .github/workflows/reusable-agreements.yaml | 4 ++-- .github/workflows/reusable-release-notes.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/agreements.yaml b/.github/workflows/agreements.yaml index cb088fd..19f6de4 100644 --- a/.github/workflows/agreements.yaml +++ b/.github/workflows/agreements.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.5.1 + uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }} @@ -33,7 +33,7 @@ jobs: steps: - name: "COC Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.5.1 + uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }} diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index d91457c..657d987 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -18,14 +18,14 @@ jobs: compliance-copyrights: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: apache/skywalking-eyes@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 # v0.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-python@v5 with: python-version: "3.7" @@ -38,7 +38,7 @@ jobs: - pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: submodules: false persist-credentials: false diff --git a/.github/workflows/reusable-agreements.yaml b/.github/workflows/reusable-agreements.yaml index 53bbdcf..a6d3c9d 100644 --- a/.github/workflows/reusable-agreements.yaml +++ b/.github/workflows/reusable-agreements.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.5.1 + uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} @@ -41,7 +41,7 @@ jobs: steps: - name: "COC Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.5.1 + uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/reusable-release-notes.yaml b/.github/workflows/reusable-release-notes.yaml index 269a51c..f0b62b2 100644 --- a/.github/workflows/reusable-release-notes.yaml +++ b/.github/workflows/reusable-release-notes.yaml @@ -13,7 +13,7 @@ jobs: preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: | git fetch --prune --unshallow --tags - uses: snyk/release-notes-preview@v1.6.2