mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-01 07:34:49 +00:00
chore: pin release-please version (#746)
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu> Signed-off-by: Thomas Schuetz <38893055+thschue@users.noreply.github.com>
This commit is contained in:
parent
66ebb88efe
commit
c4925b2170
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -24,8 +24,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
|
|
||||||
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
|
- uses: google-github-actions/release-please-action@v3.7.13
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
command: manifest
|
command: manifest
|
||||||
@ -114,4 +114,4 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ needs.release-please.outputs.tag_name }}
|
tag_name: ${{ needs.release-please.outputs.tag_name }}
|
||||||
files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json
|
files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json
|
||||||
|
Loading…
Reference in New Issue
Block a user