Skip to content

Commit 59612e7

Browse files
chore: Bump softprops/action-gh-release from 2.4.0 to 2.4.1 (#3780)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b07072 commit 59612e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
KONDUKTO_REPO: ${{ vars.KONDUKTO_REPO }}
210210
KONDUKTO_BRANCH_PREFIX: ${{ vars.KONDUKTO_BRANCH_PREFIX }}
211211
- name: Upload SBOM as release artifact
212-
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5
212+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
213213
with:
214214
files: compliance/sbom.json
215215
tag_name: ${{ inputs.version_number }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
KONDUKTO_REPO: ${{ vars.KONDUKTO_REPO }}
183183
KONDUKTO_BRANCH_PREFIX: ${{ vars.KONDUKTO_BRANCH_PREFIX }}
184184
- name: Upload SBOM as release artifact
185-
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5
185+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
186186
with:
187187
files: compliance/sbom.json
188188
tag_name: ${{ inputs.version_number }}

0 commit comments

Comments
 (0)