Skip to content

Commit bb6987f

Browse files
chore: bump lodash-es from 4.17.22 to 4.17.23 (#81)
* chore: bump lodash-es from 4.17.22 to 4.17.23 Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.22 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits/4.17.23) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * docs: add version guard to image signing step --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: addetz <[email protected]>
1 parent d383f20 commit bb6987f

File tree

2 files changed

+8
-23
lines changed

2 files changed

+8
-23
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- uses: sigstore/[email protected]
7575

7676
- name: Image Signing
77+
if: ${{ steps.version.outputs.VERSION != ''}}
7778
run: |
7879
cosign sign --yes \
7980
-a "repo=${{ github.repository }}" \
@@ -146,6 +147,7 @@ jobs:
146147
- uses: sigstore/[email protected]
147148

148149
- name: Image Signing
150+
if: ${{ steps.version.outputs.VERSION != ''}}
149151
run: |
150152
cosign sign --yes \
151153
-a "repo=${{ github.repository }}" \

package-lock.json

Lines changed: 6 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)