Skip to content

Commit 160fab8

Browse files
technique-cidependabot[bot]tuntoja
authored
chore(deps): absorb 2026-04 dependabot GitHub Actions updates (#6095)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tuntoja <58987095+tuntoja@users.noreply.github.com>
1 parent 76d2991 commit 160fab8

13 files changed

Lines changed: 58 additions & 58 deletions

.github/workflows/as400.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
stability: ${{ needs.get-environment.outputs.stability }}
119119

120120
- name: Save to cache
121-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
121+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
122122
with:
123123
path: ./*.${{ matrix.package_extension }}
124124
key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }}

.github/workflows/docker-builder-packaging-plugins.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,22 @@ jobs:
9393
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494

9595
- name: Login to Registry
96-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
96+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
9797
with:
9898
registry: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}
9999
username: ${{ secrets.HARBOR_CENTREON_PUSH_USERNAME }}
100100
password: ${{ secrets.HARBOR_CENTREON_PUSH_TOKEN }}
101101

102102
- name: Login to proxy registry
103-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
103+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
104104
with:
105105
registry: ${{ vars.DOCKER_PROXY_REGISTRY_URL }}
106106
username: ${{ secrets.HARBOR_CENTREON_PUSH_USERNAME }}
107107
password: ${{ secrets.HARBOR_CENTREON_PUSH_TOKEN }}
108108

109-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
109+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
110110

111-
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
111+
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
112112
with:
113113
file: .github/docker/packaging/Dockerfile.${{ matrix.dockerfile }}
114114
context: .

.github/workflows/docker-builder-testing-plugins.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,22 @@ jobs:
7070
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171

7272
- name: Login to Registry
73-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
73+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
7474
with:
7575
registry: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}
7676
username: ${{ secrets.HARBOR_CENTREON_PUSH_USERNAME }}
7777
password: ${{ secrets.HARBOR_CENTREON_PUSH_TOKEN }}
7878

7979
- name: Login to proxy registry
80-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
80+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
8181
with:
8282
registry: ${{ vars.DOCKER_PROXY_REGISTRY_URL }}
8383
username: ${{ secrets.HARBOR_CENTREON_PUSH_USERNAME }}
8484
password: ${{ secrets.HARBOR_CENTREON_PUSH_TOKEN }}
8585

86-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
86+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
8787

88-
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
88+
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
8989
with:
9090
file: .github/docker/testing/Dockerfile.testing-plugins-${{ matrix.dockerfile }}
9191
context: .

.github/workflows/docker-builder-unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@ jobs:
6969
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070

7171
- name: Login to Registry
72-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
72+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
7373
with:
7474
registry: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}
7575
username: ${{ secrets.HARBOR_CENTREON_PUSH_USERNAME }}
7676
password: ${{ secrets.HARBOR_CENTREON_PUSH_TOKEN }}
7777

7878
- name: Login to proxy registry
79-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
79+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
8080
with:
8181
registry: ${{ vars.DOCKER_PROXY_REGISTRY_URL }}
8282
username: ${{ secrets.HARBOR_CENTREON_PUSH_USERNAME }}
8383
password: ${{ secrets.HARBOR_CENTREON_PUSH_TOKEN }}
8484

85-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
85+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
8686

87-
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
87+
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
8888
with:
8989
file: .github/docker/unit-tests/Dockerfile.unit-tests-${{ matrix.dockerfile }}
9090
context: .

.github/workflows/generic-plugins.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout sources
41-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
41+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242

4343
- name: Unit tests
4444
run: |
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454

5555
- name: Save binary to cache
56-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5757
with:
5858
path: rust-plugins/target/release/
5959
key: ${{ github.sha }}-${{ github.run_id }}-build-generic-plugins
@@ -112,10 +112,10 @@ jobs:
112112

113113
steps:
114114
- name: Checkout sources
115-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
115+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
116116

117117
- name: Restore binary from cache
118-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
118+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
119119
with:
120120
path: rust-plugins/target/release/
121121
key: ${{ github.sha }}-${{ github.run_id }}-build-generic-plugins
@@ -138,7 +138,7 @@ jobs:
138138
stability: ${{ needs.get-environment.outputs.stability }}
139139

140140
- name: Save to cache
141-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
141+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
142142
with:
143143
path: ./*.${{ matrix.package_extension }}
144144
key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }}
@@ -164,7 +164,7 @@ jobs:
164164
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
165165

166166
- name: Restore binary from cache
167-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
167+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
168168
with:
169169
path: rust-plugins/target/release/
170170
key: ${{ github.sha }}-${{ github.run_id }}-build-generic-plugins
@@ -225,7 +225,7 @@ jobs:
225225
name: deliver ${{ matrix.distrib }}
226226
steps:
227227
- name: Checkout sources
228-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
228+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
229229

230230
- name: Delivery
231231
uses: ./.github/actions/package-delivery

.github/workflows/get-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- if: ${{ steps.has_skip_label.outputs.result == 'true' }}
142142
name: Get push changes
143143
id: get_push_changes
144-
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4
144+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
145145
with:
146146
since_last_remote_commit: true
147147
json: true

.github/workflows/perl-cpan-libraries.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
122122

123-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
123+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
124124
with:
125125
pattern: partial-matrix-*
126126
path: official-repos/
@@ -139,7 +139,7 @@ jobs:
139139
shell: bash
140140

141141
- name: Delete partial matrix artifacts
142-
uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1.0
142+
uses: geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6.0.0
143143
with:
144144
name: partial-matrix-*
145145
failOnError: false
@@ -166,14 +166,14 @@ jobs:
166166
runs-on: ${{ contains(matrix.image, 'arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
167167
steps:
168168
- name: Login to Registry
169-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
169+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
170170
with:
171171
registry: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}
172172
username: ${{ secrets.HARBOR_CENTREON_PULL_USERNAME }}
173173
password: ${{ secrets.HARBOR_CENTREON_PULL_TOKEN }}
174174

175175
- name: Login to Proxy Registry
176-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
176+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
177177
with:
178178
registry: ${{ vars.DOCKER_PROXY_REGISTRY_URL }}
179179
username: ${{ secrets.HARBOR_CENTREON_PULL_USERNAME }}
@@ -189,7 +189,7 @@ jobs:
189189
docker save -o "./${IMAGE_NAME}" "${DOCKER_IMAGE}:latest"
190190
shell: bash
191191

192-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
192+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
193193
with:
194194
path: ./${{ matrix.image }}
195195
key: ${{ matrix.image }}-${{ github.sha }}-${{ github.run_id }}
@@ -212,7 +212,7 @@ jobs:
212212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
213213

214214
- name: Restore packaging image from cache
215-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
215+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
216216
with:
217217
path: ./${{ matrix.image }}
218218
key: ${{ matrix.image }}-${{ github.sha }}-${{ github.run_id }}
@@ -300,7 +300,7 @@ jobs:
300300
retention-days: 1
301301

302302
- name: Delete merged artifacts
303-
uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1.0
303+
uses: geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6.0.0
304304
with:
305305
name: packages-rpm-${{ matrix.distrib }}-*
306306
failOnError: false
@@ -330,7 +330,7 @@ jobs:
330330

331331
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
332332

333-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
333+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
334334
with:
335335
name: packages-rpm-${{ matrix.distrib }}
336336
path: ./
@@ -341,7 +341,7 @@ jobs:
341341
- run: rpmsign --addsign ./*.rpm
342342
shell: bash
343343

344-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
344+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
345345
with:
346346
path: ./*.rpm
347347
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
@@ -363,7 +363,7 @@ jobs:
363363
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
364364

365365
- name: Restore packaging image from cache
366-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
366+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
367367
with:
368368
path: ./${{ matrix.image }}
369369
key: ${{ matrix.image }}-${{ github.sha }}-${{ github.run_id }}
@@ -465,7 +465,7 @@ jobs:
465465
retention-days: 1
466466

467467
- name: Delete merged artifacts
468-
uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1.0
468+
uses: geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6.0.0
469469
with:
470470
name: packages-deb-${{ matrix.distrib }}-*
471471
failOnError: false
@@ -480,12 +480,12 @@ jobs:
480480
matrix:
481481
distrib: [bullseye, bookworm, trixie, jammy, noble]
482482
steps:
483-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
483+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
484484
with:
485485
name: packages-deb-${{ matrix.distrib }}
486486
path: ./
487487

488-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
488+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
489489
with:
490490
path: ./*.deb
491491
key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}

.github/workflows/perl-filesys-smbclient.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cp -r ~/rpmbuild/RPMS/x86_64/*.rpm .
7272
shell: bash
7373
74-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
74+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7575
with:
7676
path: ./*.rpm
7777
key: unsigned-${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
@@ -107,7 +107,7 @@ jobs:
107107
108108
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109109

110-
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
110+
- uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
111111
with:
112112
path: ./*.rpm
113113
key: unsigned-${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
@@ -118,7 +118,7 @@ jobs:
118118
- run: rpmsign --addsign ./*.rpm
119119
shell: bash
120120

121-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
121+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
122122
with:
123123
path: ./*.rpm
124124
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
@@ -170,7 +170,7 @@ jobs:
170170
DEB_BUILD_OPTIONS="nocheck nodocs notest noautodbgsym" dh-make-perl make --dist ${{ matrix.distrib }} --verbose --build --version 4.0${{ steps.parse-distrib.outputs.package_distrib_separator }}${{ steps.parse-distrib.outputs.package_distrib_name }} perl-filesys-smbclient/
171171
shell: bash
172172
173-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
173+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
174174
with:
175175
path: ./*.deb
176176
key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}

.github/workflows/perl-openwsman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
rpm_gpg_signing_passphrase: ${{ secrets.RPM_GPG_SIGNING_PASSPHRASE }}
246246
stability: ${{ needs.get-environment.outputs.stability }}
247247

248-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
248+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
249249
with:
250250
path: ./*.${{ matrix.package_extension }}
251251
key: cache-${{ github.sha }}-${{ matrix.package_extension }}-wsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}

.github/workflows/plink.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cp -r ~/rpmbuild/RPMS/x86_64/*.rpm .
6666
shell: bash
6767
68-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
68+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6969
with:
7070
path: ./*.rpm
7171
key: unsigned-${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
@@ -101,7 +101,7 @@ jobs:
101101
102102
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
103103

104-
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
104+
- uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
105105
with:
106106
path: ./*.rpm
107107
key: unsigned-${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
@@ -112,7 +112,7 @@ jobs:
112112
- run: rpmsign --addsign ./*.rpm
113113
shell: bash
114114

115-
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
115+
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
116116
with:
117117
path: ./*.rpm
118118
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}

0 commit comments

Comments
 (0)