Skip to content

Commit 240a7c2

Browse files
chore(deps): pin helm/chart-releaser-action action to cae68fe (#25)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [helm/chart-releaser-action](https://redirect.github.com/helm/chart-releaser-action) | action | pinDigest | -> `cae68fe` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/helm/chart-releaser-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/helm/chart-releaser-action) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 612aca1 commit 240a7c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
if: |
284284
github.event_name == 'push' &&
285285
startsWith(github.ref, 'refs/tags/')
286-
uses: helm/chart-releaser-action@v1.7.0
286+
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
287287
env:
288288
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
289289
with:

0 commit comments

Comments
 (0)