File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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'
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'
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments