Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [mikefarah/yq](https://github.com/mikefarah/yq) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `mikefarah/yq` from 4.44.3 to 4.44.5
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.44.3...v4.44.5)

Updates `codecov/codecov-action` from 4 to 5
- [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...v5)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MTSOnGithub committed Nov 18, 2024
1 parent 82b2314 commit ec2ac08
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/get-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Get Core matrix
id: matrix-core
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/core/matrix.yml

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Get Clickhouse matrix
id: matrix-clickhouse
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/clickhouse/matrix.yml

Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Get Greenplum matrix
id: matrix-greenplum
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/greenplum/matrix.yml

Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Get Hive matrix
id: matrix-hive
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/hive/matrix.yml

Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
- name: Get Kafka matrix
id: matrix-kafka
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/kafka/matrix.yml

Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
- name: Get LocalFS matrix
id: matrix-local-fs
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/local-fs/matrix.yml

Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
- name: Get MongoDB matrix
id: matrix-mongodb
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/mongodb/matrix.yml

Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Get MSSQL matrix
id: matrix-mssql
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/mssql/matrix.yml

Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
- name: Get MySQL matrix
id: matrix-mysql
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/mysql/matrix.yml

Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
- name: Get Oracle matrix
id: matrix-oracle
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/oracle/matrix.yml

Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
- name: Get Postgres matrix
id: matrix-postgres
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/postgres/matrix.yml

Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
- name: Get Teradata matrix
id: matrix-teradata
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/teradata/matrix.yml

Expand Down Expand Up @@ -514,7 +514,7 @@ jobs:
- name: Get FTP matrix
id: matrix-ftp
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/ftp/matrix.yml

Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:
- name: Get FTPS matrix
id: matrix-ftps
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/ftps/matrix.yml

Expand Down Expand Up @@ -574,7 +574,7 @@ jobs:
- name: Get HDFS matrix
id: matrix-hdfs
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/hdfs/matrix.yml

Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
- name: Get S3 matrix
id: matrix-s3
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/s3/matrix.yml

Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
- name: Get SFTP matrix
id: matrix-sftp
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/sftp/matrix.yml

Expand Down Expand Up @@ -664,7 +664,7 @@ jobs:
- name: Get Samba matrix
id: matrix-samba
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/samba/matrix.yml

Expand Down Expand Up @@ -694,6 +694,6 @@ jobs:
- name: Get WebDAV matrix
id: matrix-webdav
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq -o=json '.matrix' .github/workflows/data/webdav/matrix.yml
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
run: ./combine_coverage.sh

- name: Check coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./reports/coverage.xml
Expand Down

0 comments on commit ec2ac08

Please sign in to comment.