Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit a3c4b1f

Browse files
🌱 Update github-actions group (#28)
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v4.0.0 | v4.1.0 | | github-tags | docker/metadata-action | v5.4.0 | v5.5.0 | | github-tags | lycheeverse/lychee-action | v1.8.0 | v1.9.1 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
1 parent bf11775 commit a3c4b1f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/actions/metadata/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
steps:
2323
- name: Docker manager metadata
2424
id: meta
25-
uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5.4.0
25+
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
2626
with:
2727
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
2828
flavor: ${{ inputs.metadata_flavor }}

.github/actions/setup-go/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ runs:
1515
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
1616
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
1717
- name: Go Mod Cache
18-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
18+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
1919
with:
2020
path: ${{ steps.go-cache-paths.outputs.go-mod }}
2121
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2222
restore-keys: |
2323
${{ runner.os }}-go-mod-
2424
- name: Go Build Cache
25-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
25+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
2626
with:
2727
path: ${{ steps.go-cache-paths.outputs.go-build }}
2828
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
148+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
149149
with:
150150
name: image-digest
151151
path: image-digest

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
# Upload artifact digests
113113
- name: Upload artifact digests
114-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
114+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
115115
with:
116116
name: image-digest cspo
117117
path: image-digest

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

Lines changed: 1 addition & 1 deletion
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
29+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
3030
with:
3131
name: reports-${{ github.sha }}
3232
path: .reports

.github/workflows/schedule-link-checker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
app_id: ${{ secrets.SCS_APP_ID }}
2020
private_key: ${{ secrets.SCS_APP_PRIVATE_KEY }}
2121
- name: Link Checker
22-
uses: lycheeverse/lychee-action@ec3ed119d4f44ad2673a7232460dc7dff59d2421 # v1.8.0
22+
uses: lycheeverse/lychee-action@c3089c702fbb949e3f7a8122be0c33c017904f9b # v1.9.1
2323
id: lychee
2424
env:
2525
GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Find Link Checker Issue
3232
id: link-checker-issue
33-
uses: micalevisk/last-issue-action@f5661581217cc78cc282d1351aa65bd8bd155003 # v2
33+
uses: micalevisk/last-issue-action@0d40124cc99ac8601c2516007f0c98ef3d27537b # v2
3434
with:
3535
state: open
3636
labels: |

0 commit comments

Comments
 (0)