Skip to content

Commit 8252bd5

Browse files
🌱 Update github-actions group
| datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | actions/cache | v4.2.0 | v4.2.3 | | github-tags | actions/upload-artifact | v4.6.0 | v4.6.2 | | github-tags | renovatebot/github-action | v41.0.11 | v41.0.19 |
1 parent f23bdb5 commit 8252bd5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: .github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
# Load Golang cache build from GitHub
7575
- name: Load cspo Golang cache build from GitHub
76-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
76+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7777
id: cache
7878
with:
7979
path: /tmp/.cache/cspo
@@ -145,7 +145,7 @@ jobs:
145145
146146
# Upload artifact digests
147147
- name: Upload artifact digests
148-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
148+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
149149
with:
150150
name: image-digest
151151
path: image-digest

Diff for: .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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
108+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109109
with:
110110
name: image-digest cspo
111111
path: image-digest

Diff for: .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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
29+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3030
with:
3131
name: reports-${{ github.sha }}
3232
path: .reports

Diff for: .github/workflows/schedule-cache-cleaner-cspo-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Load Golang cache build from GitHub
1717
- name: Load cspo Golang cache build from GitHub
18-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
18+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1919
id: cache
2020
with:
2121
path: /tmp/.cache/cspo

Diff for: .github/workflows/schedule-update-bot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV"
5050
5151
- name: Renovate
52-
uses: renovatebot/github-action@d385c88822a237acaead89c462fa0aef7502748f # v41.0.11
52+
uses: renovatebot/github-action@df489653e39e161d9570cb30c90674f697e16742 # v41.0.19
5353
env:
5454
RENOVATE_HOST_RULES: '[{"hostType": "docker", "matchHost": "ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
5555
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '[".*"]'

0 commit comments

Comments
 (0)