This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit 418c369117f03dbd55f84104734237938cf4a77d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 23:15:22 2026 +0200
ci: bump the actions group with 3 updates (#215)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [codecov/codecov-action](https://github.com/codecov/codecov-action).
Updates `actions/checkout` from 3 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v7)
Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)
Updates `codecov/codecov-action` from 5 to 7
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: codecov/codecov-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yaml | 10 +++++-----
.github/workflows/coccinelle.yaml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f590e2c4..ade5029c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -83,7 +83,7 @@ jobs:
ldflags: -fsanitize=address
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
# EFL 1.27 from noble/universe is new enough for the 1.26 the build asks
# for, so there is nothing to build from source here.
@@ -130,7 +130,7 @@ jobs:
- name: Upload meson logs
if: failure()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: meson-logs-${{ matrix.name }}
path: build/meson-logs/
@@ -154,7 +154,7 @@ jobs:
- arch: arm64
runner: ubuntu-24.04-arm
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
- name: Install build dependencies
run: |
@@ -204,7 +204,7 @@ jobs:
# of /usr/include that the gcovr filter above exists to keep out. Upload
# the report we built and nothing else.
- name: Upload to codecov
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v7
with:
files: coverage.xml
disable_search: true
@@ -215,7 +215,7 @@ jobs:
- name: Upload meson logs
if: failure()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: meson-logs-coverage-${{ matrix.arch }}
path: build/meson-logs/
diff --git a/.github/workflows/coccinelle.yaml b/.github/workflows/coccinelle.yaml
index 132c07b5..959dd825 100644
--- a/.github/workflows/coccinelle.yaml
+++ b/.github/workflows/coccinelle.yaml
@@ -11,7 +11,7 @@ jobs:
sudo apt update
sudo apt install -y coccinelle
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v7
with:
token: ${{ github.token }}
- name: coccinelle check
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.