Skip to content

Commit 65e1181

Browse files
🌱 Update github-actions group (patch) (#1569)
🌱 Update github-actions group | datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | actions/cache | v4.2.2 | v4.2.3 | | github-tags | actions/upload-artifact | v4.6.1 | v4.6.2 | | github-tags | renovatebot/github-action | v41.0.14 | v41.0.18 | Co-authored-by: syself-bot[bot] <115953087+syself-bot[bot]@users.noreply.github.com>
1 parent 3ccc66b commit 65e1181

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/actions/manager-image/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626

2727
# Load Golang cache build from GitHub
2828
- name: Load Caph Golang cache build from GitHub
29-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
29+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3030
id: cache
3131
with:
3232
path: /tmp/.cache/caph

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
# Load Golang cache build from GitHub
7272
- name: Load Caph Golang cache build from GitHub
73-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
73+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7474
id: cache
7575
with:
7676
path: /tmp/.cache/caph
@@ -141,7 +141,7 @@ jobs:
141141
142142
# Upload artifact digests
143143
- name: Upload artifact digests
144-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
144+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
145145
if: ${{ !cancelled() }}
146146
with:
147147
name: image-digest caph

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
# Upload artifact digests
109109
- name: Upload artifact digests
110-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
110+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111111
if: ${{ !cancelled() }}
112112
with:
113113
name: image-digest caph

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: make caph report-binsize-treemap-all
2727

2828
- name: Upload Report
29-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
29+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3030
if: ${{ !cancelled() }}
3131
with:
3232
name: reports-${{ github.sha }}

.github/workflows/schedule-cache-cleaner-caph-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Load Golang cache build from GitHub
1818
- name: Load Caph Golang cache build from GitHub
19-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
19+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2020
id: cache
2121
with:
2222
path: /tmp/.cache/caph

.github/workflows/schedule-update-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV"
4545
4646
- name: Renovate
47-
uses: renovatebot/github-action@02f4fdeb479bbb229caa7ad82cb5e691c07e80b3 # v41.0.14
47+
uses: renovatebot/github-action@c21017a4a2fc9f42953bcc907e375a5a544557ec # v41.0.18
4848
env:
4949
RENOVATE_HOST_RULES: '[{"hostType": "docker", "matchHost": "ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
5050
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '[".*"]'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
./hack/check-release-manifests.sh
7575
7676
- name: Upload Report
77-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
77+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7878
if: ${{ !cancelled() }}
7979
with:
8080
name: reports-${{ steps.name.outputs.name }}

0 commit comments

Comments
 (0)