Skip to content

Commit 04da557

Browse files
build(deps): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign), [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `toshimaru/auto-author-assign` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/toshimaru/auto-author-assign/releases) - [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md) - [Commits](toshimaru/auto-author-assign@v3.0.2...v3.0.3) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `codecov/codecov-action` from 6.0.1 to 7.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 107bdc3 commit 04da557

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/auto-assign-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
name: 'Pull request assignment'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: toshimaru/auto-author-assign@v3.0.2
16+
- uses: toshimaru/auto-author-assign@v3.0.3

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242

4343
- uses: cardinalby/export-env-action@v2
4444
with:

.github/workflows/container-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
- uses: cardinalby/export-env-action@v2
3333
with:
3434
envFile: '.env'
@@ -79,7 +79,7 @@ jobs:
7979
timeout-minutes: 60
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v6
82+
- uses: actions/checkout@v7
8383
- uses: actions/setup-node@v6
8484
with:
8585
node-version: lts/*
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@v6
137+
uses: actions/checkout@v7
138138
- uses: cardinalby/export-env-action@v2
139139
with:
140140
envFile: '.env'

.github/workflows/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout Repository"
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
- uses: cardinalby/export-env-action@v2
1414
with:
1515
envFile: '.env'

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515

1616
- uses: cardinalby/export-env-action@v2
1717
with:
@@ -28,7 +28,7 @@ jobs:
2828
run: mvn -B package --file pom.xml
2929

3030
- name: Upload coverage reports to Codecov
31-
uses: codecov/codecov-action@v6.0.1
31+
uses: codecov/codecov-action@v7.0.0
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}
3434
slug: openfoodfacts/openfoodfacts-auth

.github/workflows/update-keycloak-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
# Need this to ensure we don't get a detached head
2929
ref: ${{ github.head_ref }}

.github/workflows/update-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
PR_NO: ${{ github.event.issue.number }}
2525
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN || secrets.GITHUB_TOKEN }}
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
# we need to checkout the fork repository
3030
# see https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#workflow-should-run-in-base-repository

0 commit comments

Comments
 (0)