This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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') }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}"
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 : |
You can’t perform that action at this time.
0 commit comments