Skip to content

Commit

Permalink
Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (#5737)
Browse files Browse the repository at this point in the history
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.1 to 1.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lewagon/wait-on-check-action/releases">lewagon/wait-on-check-action's releases</a>.</em></p>
<blockquote>
<h2>v1.3.3</h2>
<p>New feature: ignore checks <a href="https://redirect.github.com/lewagon/wait-on-check-action/pull/80">lewagon/wait-on-check-action#80</a></p>
<h2>v1.3.2</h2>
<p>Lock bundler version - cf <a href="https://redirect.github.com/lewagon/wait-on-check-action/pull/97">lewagon/wait-on-check-action#97</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/lewagon/wait-on-check-action/commit/595dabb3acf442d47e29c9ec9ba44db0c6bdd18f"><code>595dabb</code></a> Fix standardrb</li>
<li><a href="https://github.com/lewagon/wait-on-check-action/commit/99240420d837aa764308817741e69ec395e8c913"><code>9924042</code></a> added feature to ignore checks fixed <a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/38">#38</a> (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/80">#80</a>)</li>
<li><a href="https://github.com/lewagon/wait-on-check-action/commit/4bdd45da25ca6d22ef8593e3fdebe2bf612ac60e"><code>4bdd45d</code></a> Fix standardrb</li>
<li><a href="https://github.com/lewagon/wait-on-check-action/commit/85935df7ede0e5e28f445bcc2814b1cd3dbeda2f"><code>85935df</code></a> Fixes <a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/98">#98</a></li>
<li><a href="https://github.com/lewagon/wait-on-check-action/commit/94266f74041d165c15a52320c77c35cc4c7df956"><code>94266f7</code></a> Merge pull request <a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/86">#86</a> from lewagon/dependabot/bundler/activesupport-6.1.7.3</li>
<li><a href="https://github.com/lewagon/wait-on-check-action/commit/9c8360e801c11778d45edf86373363d675a1311a"><code>9c8360e</code></a> Bump activesupport from 6.1.1 to 6.1.7.3</li>
<li>See full diff in <a href="https://github.com/lewagon/wait-on-check-action/compare/e106e5c43e8ca1edea6383a39a01c5ca495fd812...595dabb3acf442d47e29c9ec9ba44db0c6bdd18f">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lewagon/wait-on-check-action&package-manager=github_actions&previous-version=1.3.1&new-version=1.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)

</details>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 2939417 commit 23d2d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# because there doesn't appear to be anything to wait for. To avoid that,
# explicitly wait for one LUCI test by name first.
- name: Wait for test check-in
uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812
uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f
with:
ref: ${{ github.sha }}
check-name: 'Linux ci_yaml packages roller'
Expand All @@ -61,7 +61,7 @@ jobs:

# This workflow should be the last to run. So wait for all the other tests to succeed.
- name: Wait on all tests
uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812
uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f
with:
ref: ${{ github.sha }}
running-workflow-name: 'release'
Expand Down

0 comments on commit 23d2d9c

Please sign in to comment.