Skip to content

Commit

Permalink
feat(deps): update all dependencies (#69)
Browse files Browse the repository at this point in the history
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

<details>
<summary>contributor-assistant/github-action
(contributor-assistant/github-action)</summary>

###
[`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
[@&#8203;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**:
contributor-assistant/github-action@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
[@&#8203;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

- [@&#8203;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**:
contributor-assistant/github-action@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
[@&#8203;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
[@&#8203;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

- [@&#8203;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**:
contributor-assistant/github-action@v2.5.1...v2.5.2

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent bcff71a commit 8113b36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/agreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-agreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 8113b36

Please sign in to comment.