Skip to content

Commit 5a86879

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates (#3)
Bumps the github-actions group with 3 updates in the / directory: [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 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `codecov/codecov-action` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@671740a...1af5884) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0e91a8 commit 5a86879

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/drupal-module.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
SIMPLETEST_DB: "sqlite://localhost/sites/default/files/db.sqlite"
5050

5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v6
5353

5454
- uses: shivammathur/setup-php@v2
5555
with:
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Upload coverage artifact
106106
if: ${{ matrix.coverage }}
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: coverage-jsonapi_frontend
110110
path: coverage.xml
@@ -113,7 +113,7 @@ jobs:
113113
- name: Upload coverage to Codecov
114114
if: ${{ matrix.coverage }}
115115
continue-on-error: true
116-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
116+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
117117
with:
118118
use_oidc: true
119119
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
security-events: write
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Run Semgrep
2323
run: |

0 commit comments

Comments
 (0)