Skip to content

Commit

Permalink
ci: bump the actions group with 2 updates (meltano#8424)
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `actions/dependency-review-action` from 4.1.1 to 4.1.3
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v4.1.1...v4.1.3)

Updates `codecov/codecov-action` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 2650c9c commit 72774ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Expand Up @@ -25,4 +25,4 @@ jobs:

- name: GitHub dependency vulnerability check
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/dependency-review-action@v4.1.1
uses: actions/dependency-review-action@v4.1.3
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -292,7 +292,7 @@ jobs:
fail_ci_if_error: true
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.0.2

mypy:
name: "Static type checking"
Expand Down

0 comments on commit 72774ff

Please sign in to comment.