Skip to content

Commit 36ef8e8

Browse files
chore(deps): bump lewagon/wait-on-check-action from 1.8.0 to 1.8.1 (#6861)
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.8.0 to 1.8.1. <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.8.1</h2> <h3>Fixed</h3> <ul> <li>Fix <code>wait-for-duplicates</code> duplication across check suites (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/156">#156</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md">lewagon/wait-on-check-action's changelog</a>.</em></p> <blockquote> <h2>v1.8.1 - 2026-07-02</h2> <h3>Fixed</h3> <ul> <li>Fix <code>wait-for-duplicates</code> duplication across check suites</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/1d57e2c51a58d812d2765e036a028b6bdb5a6154"><code>1d57e2c</code></a> Bump version: 1.8.0 → 1.8.1</li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/8537ecb2c335caa914e0cd75643c3ff94f688e7c"><code>8537ecb</code></a> Add v1.8.1 changelog notes (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/157">#157</a>)</li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/92021dba6a3362b4081dd4950dc731362cdb404d"><code>92021db</code></a> Fix case of deduplication across check suites (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/156">#156</a>)</li> <li>See full diff in <a href="https://github.com/lewagon/wait-on-check-action/compare/v1.8.0...v1.8.1">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.8.0&new-version=1.8.1)](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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 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> 🚀 Preview: Add `preview` label to enable Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 366e46d commit 36ef8e8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/update-argocd-metadata.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,63 +30,63 @@ jobs:
3030
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Wait for Prepro Dummy Docker Image
33-
uses: lewagon/wait-on-check-action@v1.8.0
33+
uses: lewagon/wait-on-check-action@v1.8.1
3434
with:
3535
ref: ${{ github.sha }}
3636
check-name: Preprocessing dummy docker image build
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
3838
wait-interval: 2
3939
- name: Wait for Config Processor Docker Image
40-
uses: lewagon/wait-on-check-action@v1.8.0
40+
uses: lewagon/wait-on-check-action@v1.8.1
4141
with:
4242
ref: ${{ github.sha }}
4343
check-name: Build config-processor Docker Image
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545
wait-interval: 2
4646
- name: Wait for SILO Import Docker Image
47-
uses: lewagon/wait-on-check-action@v1.8.0
47+
uses: lewagon/wait-on-check-action@v1.8.1
4848
with:
4949
ref: ${{ github.sha }}
5050
check-name: Build loculus-silo Docker Image
5151
repo-token: ${{ secrets.GITHUB_TOKEN }}
5252
wait-interval: 2
5353
- name: Wait for Backend Docker Image
54-
uses: lewagon/wait-on-check-action@v1.8.0
54+
uses: lewagon/wait-on-check-action@v1.8.1
5555
with:
5656
ref: ${{ github.sha }}
5757
check-name: Build Backend Docker Image
5858
repo-token: ${{ secrets.GITHUB_TOKEN }}
5959
wait-interval: 2
6060
- name: Wait for Prepro Nextclade Docker Image
61-
uses: lewagon/wait-on-check-action@v1.8.0
61+
uses: lewagon/wait-on-check-action@v1.8.1
6262
with:
6363
ref: ${{ github.sha }}
6464
check-name: Build preprocessing-nextclade Docker Image
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}
6666
wait-interval: 2
6767
- name: Wait for Ingest Docker Image
68-
uses: lewagon/wait-on-check-action@v1.8.0
68+
uses: lewagon/wait-on-check-action@v1.8.1
6969
with:
7070
ref: ${{ github.sha }}
7171
check-name: Build ingest Docker Image
7272
repo-token: ${{ secrets.GITHUB_TOKEN }}
7373
wait-interval: 2
7474
- name: Wait for Keycloakify Docker Image
75-
uses: lewagon/wait-on-check-action@v1.8.0
75+
uses: lewagon/wait-on-check-action@v1.8.1
7676
with:
7777
ref: ${{ github.sha }}
7878
check-name: Build keycloakify Docker Image
7979
repo-token: ${{ secrets.GITHUB_TOKEN }}
8080
wait-interval: 2
8181
- name: Wait for ENA Submission Docker Image
82-
uses: lewagon/wait-on-check-action@v1.8.0
82+
uses: lewagon/wait-on-check-action@v1.8.1
8383
with:
8484
ref: ${{ github.sha }}
8585
check-name: Build ena-submission Docker Image
8686
repo-token: ${{ secrets.GITHUB_TOKEN }}
8787
wait-interval: 2
8888
- name: Wait for Taxonomy Service Docker Image
89-
uses: lewagon/wait-on-check-action@v1.8.0
89+
uses: lewagon/wait-on-check-action@v1.8.1
9090
with:
9191
ref: ${{ github.sha }}
9292
check-name: Build taxonomy-service Docker Image

0 commit comments

Comments
 (0)