Skip to content

Commit

Permalink
[Tech] Bump ishworkh/container-image-artifact-download from 1.1.1 to …
Browse files Browse the repository at this point in the history
…2.0.0 (#3599)

Bumps
[ishworkh/container-image-artifact-download](https://github.com/ishworkh/container-image-artifact-download)
from 1.1.1 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ishworkh/container-image-artifact-download/releases">ishworkh/container-image-artifact-download's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<ul>
<li>Fix issue related to <a
href="https://redirect.github.com/ishworkh/container-image-artifact-upload/issues/8">ishworkh/container-image-artifact-upload#8</a></li>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/ccb3671db007622e886a2d7037eb62b119d5ffaf"><code>ccb3671</code></a>
Merge pull request <a
href="https://redirect.github.com/ishworkh/container-image-artifact-download/issues/5">#5</a>
from ishworkh/update_dependencies</li>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/596f8195df60330e55f31821df6bc8988f62b67b"><code>596f819</code></a>
Use tagged container-image-artifact v2.0.0, update README</li>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/07bdf3d65f78db78b0837db578ada744aa48b426"><code>07bdf3d</code></a>
Update workflow for debugging</li>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/b4907d0f6094277ada928bf92e5796964d22c7c1"><code>b4907d0</code></a>
Use updated package</li>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/a0cfb9e3a0f9a625256007564e66112cee1eb874"><code>a0cfb9e</code></a>
Use upload action from working branch</li>
<li><a
href="https://github.com/ishworkh/container-image-artifact-download/commit/e9c3212729a50e904b8f15450b7e5f5877499614"><code>e9c3212</code></a>
Update dependencies</li>
<li>See full diff in <a
href="https://github.com/ishworkh/container-image-artifact-download/compare/v1.1.1...v2.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ishworkh/container-image-artifact-download&package-manager=github_actions&previous-version=1.1.1&new-version=2.0.0)](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 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
ivangabriele committed Sep 4, 2024
2 parents ac05811 + d116a92 commit 511bfe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/application_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Download image
if: ${{ steps.check_unit_tests_status.outputs.conclusion == 'success' }}
uses: ishworkh/container-image-artifact-download@v1.1.1
uses: ishworkh/container-image-artifact-download@v2.0.0
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/application_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV

- name: Download image
uses: ishworkh/container-image-artifact-download@v1.1.1
uses: ishworkh/container-image-artifact-download@v2.0.0
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV

- name: Download image
uses: ishworkh/container-image-artifact-download@v1.1.1
uses: ishworkh/container-image-artifact-download@v2.0.0
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down

0 comments on commit 511bfe9

Please sign in to comment.