Skip to content

Commit c43bf30

Browse files
🌱 Update github-actions group (patch) (#209)
🌱 Update github-actions group | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v4.4.0 | v4.4.3 | | github-tags | pascalgn/size-label-action | v0.5.4 | v0.5.5 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Co-authored-by: Jan Schoone <[email protected]>
1 parent ac778ef commit c43bf30

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
# Upload artifact digests
147147
- name: Upload artifact digests
148-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
148+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
149149
with:
150150
name: image-digest
151151
path: image-digest

.github/workflows/pr-verify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
app-id: ${{ secrets.SCS_APP_ID }}
4949
private-key: ${{ secrets.SCS_APP_PRIVATE_KEY }}
5050
- name: Generate Size
51-
uses: pascalgn/size-label-action@be08a2d5f857dc99c5b9426cdb5a8ea1aa7f0399 # v0.5.4
51+
uses: pascalgn/size-label-action@f8edde36b3be04b4f65dcfead05dc8691b374348 # v0.5.5
5252
env:
5353
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
5454
with:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
# Upload artifact digests
107107
- name: Upload artifact digests
108-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
108+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
109109
with:
110110
name: image-digest cspo
111111
path: image-digest

.github/workflows/report-bin-size.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: make manager-core report-binsize-treemap-all
2727

2828
- name: Upload Report
29-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
29+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3030
with:
3131
name: reports-${{ github.sha }}
3232
path: .reports

0 commit comments

Comments
 (0)