Skip to content

Commit d202806

Browse files
chore(deps): update bazel-contrib/publish-to-bcr action to v1.1.0 (#2599)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel-contrib/publish-to-bcr](https://redirect.github.com/bazel-contrib/publish-to-bcr) | action | minor | `v1.0.0` -> `v1.1.0` | --- ### Release Notes <details> <summary>bazel-contrib/publish-to-bcr (bazel-contrib/publish-to-bcr)</summary> ### [`v1.1.0`](https://redirect.github.com/bazel-contrib/publish-to-bcr/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/bazel-contrib/publish-to-bcr/compare/v1.0.0...v1.1.0) #### What's Changed - feat: Add Pull Request URL to job summary by [@&#8203;RyanDraves](https://redirect.github.com/RyanDraves) in [#&#8203;298](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/298) - fix: skip attestation tests on pr builds by [@&#8203;kormide](https://redirect.github.com/kormide) in [#&#8203;297](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/297) - ci: Add GitHub Action to verify PR titles and descriptions by [@&#8203;hofbi](https://redirect.github.com/hofbi) in [#&#8203;299](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/299) - fix(deps): update dependency nodemailer to v7 \[security] by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;296](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/296) - chore(deps): update dependency [@&#8203;babel/preset-env](https://redirect.github.com/babel/preset-env) to v7.28.5 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;229](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/229) - chore(deps): update dependency [@&#8203;types/node](https://redirect.github.com/types/node) to v18.19.130 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;301](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/301) - chore(deps): update dependency [@&#8203;types/mailparser](https://redirect.github.com/types/mailparser) to v3.4.6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;292](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/292) - chore(deps): update dependency [@&#8203;types/yargs](https://redirect.github.com/types/yargs) to v17.0.35 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;304](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/304) - chore(deps): update dependency [@&#8203;types/nodemailer](https://redirect.github.com/types/nodemailer) to v6.4.21 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;303](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/303) - chore(deps): update dependency gcp-metadata to v6.1.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;307](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/307) - chore(deps): update dependency babel-plugin-transform-import-meta to v2.3.3 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;306](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/306) - fix: show a helpful error when module name missing by [@&#8203;kormide](https://redirect.github.com/kormide) in [#&#8203;302](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/302) - fix: mismatched source and output bundles by [@&#8203;kormide](https://redirect.github.com/kormide) in [#&#8203;311](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/311) - feat(workflow): support deployment environments by [@&#8203;kormide](https://redirect.github.com/kormide) in [#&#8203;310](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/310) - chore(deps): update bazel-contrib/publish-to-bcr digest to [`ff2c5e3`](https://redirect.github.com/bazel-contrib/publish-to-bcr/commit/ff2c5e3) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;283](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/283) #### New Contributors - [@&#8203;RyanDraves](https://redirect.github.com/RyanDraves) made their first contribution in [#&#8203;298](https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/298) **Full Changelog**: <bazel-contrib/publish-to-bcr@v1.0.0...v1.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2am every weekday,before 5am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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/aspect-build/rules_js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d22153 commit d202806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
type: string
2222
jobs:
2323
publish:
24-
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0
24+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.1.0
2525
with:
2626
draft: false
2727
tag_name: ${{ inputs.tag_name }}

0 commit comments

Comments
 (0)