Skip to content

Commit 2051bea

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates
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>
1 parent 308521c commit 2051bea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/drupal-module.yml

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

5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v6
5858

5959
- uses: shivammathur/setup-php@v2
6060
with:
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Upload coverage artifact
116116
if: ${{ matrix.coverage }}
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: coverage-jsonapi_frontend_webform
120120
path: coverage.xml
@@ -123,7 +123,7 @@ jobs:
123123
- name: Upload coverage to Codecov
124124
if: ${{ matrix.coverage }}
125125
continue-on-error: true
126-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
126+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
127127
with:
128128
use_oidc: true
129129
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)