Skip to content

Commit b72839c

Browse files
chore: Bump softprops/action-gh-release from 2.3.3 to 2.4.0 (#3759)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f837454 commit b72839c

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@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
212+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5
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@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
185+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5
186186
with:
187187
files: compliance/sbom.json
188188
tag_name: ${{ inputs.version_number }}

0 commit comments

Comments
 (0)