Skip to content

Commit 71c4e77

Browse files
dependabot[bot]lfit.gh2gerrit
authored andcommitted
Chore(deps): Bump coverallsapp/github-action from 2.3.6 to 2.3.7
Bumps coverallsapp/github-action from 2.3.6 to 2.3.7. ## Release notes Sourced from coverallsapp/github-action's releases. v2.3.7 What's Changed README.md: Use current actions/setup-node and LTS version of Node.js by @​cclauss in coverallsapp/github-action#247 Update workflow to update and verify release branch by @​afinetooth in coverallsapp/github-action#249 Fix fail-on-error to handle all installation and execution failures by @​Copilot in coverallsapp/github-action#254 New Contributors @​cclauss made their first contribution in coverallsapp/github-action#247 @​Copilot made their first contribution in coverallsapp/github-action#254 Full Changelog: coverallsapp/github-action@v2...v2.3.7 ## Commits 5cbfd81 Fix fail-on-error to handle all installation and execution failures (#254) e988b39 Update workflow to sync and verify release branch (#249) e7f4f97 README.md: Use current actions/setup-node and LTS version of Node.js (#247) See full diff in compare view ![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Change-Id: Iaf83fbb22eabe15211ad3a283edc45aa02e7c322 --- ## Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: lfit.gh2gerrit <releng+lfit-gh2gerrit@linuxfoundation.org> Change-Id: I0838c4b4a83889a5fa2de03c76e35647dcd9d232 GitHub-PR: #21 GitHub-Hash: 1a12f4b70c7750ac
1 parent 8daa299 commit 71c4e77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gerrit-verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: pipx run coverage lcov -o coverage.lcov
173173
- name: Upload partial coverage report
174174
# yamllint disable-line rule:line-length
175-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
175+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
176176
with:
177177
path-to-lcov: coverage.lcov
178178
github-token: ${{ secrets.github_token }}
@@ -213,7 +213,7 @@ jobs:
213213
steps:
214214
- name: Finalize coverage report
215215
# yamllint disable-line rule:line-length
216-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
216+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
217217
with:
218218
github-token: ${{ secrets.GITHUB_TOKEN }}
219219
parallel-finished: true

0 commit comments

Comments
 (0)