Skip to content

Commit 12fa656

Browse files
dependabot[bot]Weltraumschaf
authored andcommitted
Bump the github-actions-version-updates group across 1 directory with 4 updates
Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/cache](https://github.com/actions/cache), [docker/build-push-action](https://github.com/docker/build-push-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c0f553f...5f6978f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-version-updates - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-version-updates - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-version-updates - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b05d84e commit 12fa656

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@ jobs:
7272
chmod +x ./linux-amd64/helm
7373
7474
- name: Archive Kind
75-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
75+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7676
with:
7777
name: kind
7878
path: ./kind
7979

8080
- name: Archive Kubectl
81-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
81+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8282
with:
8383
name: kubectl
8484
path: ./kubectl
8585

8686
- name: Archive Helm
87-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
87+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888
with:
8989
name: helm
9090
path: ./linux-amd64/helm
@@ -145,13 +145,13 @@ jobs:
145145
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
146146
architecture: x64 # (x64 or x86) - defaults to x64
147147
- name: Cache SonarCloud packages
148-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
148+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
149149
with:
150150
path: ~/.sonar/cache
151151
key: ${{ runner.os }}-sonar
152152
restore-keys: ${{ runner.os }}-sonar
153153
- name: Cache Gradle packages
154-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
154+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
155155
with:
156156
path: ~/.gradle/caches
157157
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -206,7 +206,7 @@ jobs:
206206
run: task docker-export-${{ matrix.component }}
207207

208208
- name: Upload Image As Artifact
209-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
209+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
210210
with:
211211
name: ${{ matrix.component }}-image
212212
path: ./operator/${{ matrix.component }}.tar
@@ -250,7 +250,7 @@ jobs:
250250
run: task docker-export
251251

252252
- name: Upload Image As Artifact
253-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
253+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
254254
with:
255255
name: auto-discovery-image
256256
path: ./auto-discovery/kubernetes/auto-discovery-kubernetes.tar
@@ -325,7 +325,7 @@ jobs:
325325
run: task docker-export
326326

327327
- name: Upload Image As Artifact
328-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
328+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
329329
with:
330330
name: auto-discovery-pull-secret-extractor
331331
path: ./auto-discovery/kubernetes/pull-secret-extractor/auto-discovery-secret-extractor.tar
@@ -383,7 +383,7 @@ jobs:
383383
run: task docker-export
384384

385385
- name: Upload Image As Artifact
386-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
386+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
387387
with:
388388
name: auto-discovery-cloud-aws-image
389389
path: ./auto-discovery/cloud-aws/auto-discovery-cloud-aws.tar
@@ -417,7 +417,7 @@ jobs:
417417
run: task docker-export
418418

419419
- name: Upload Artifact
420-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
420+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
421421
with:
422422
name: ${{ matrix.sdk }}-image
423423
path: ./${{ matrix.sdk }}/nodejs/${{ matrix.sdk }}.tar

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Upload MegaLinter artifacts
5858
- name: Archive production artifacts
5959
if: ${{ success() }} || ${{ failure() }}
60-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
60+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6161
with:
6262
name: MegaLinter reports
6363
path: |

.github/workflows/release-build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.DOCKER_TOKEN }}
5555

5656
- name: Build and Push
57-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
57+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5858
with:
5959
context: ./${{ matrix.component }}
6060
file: ./${{ matrix.component }}/Dockerfile
@@ -101,7 +101,7 @@ jobs:
101101
password: ${{ secrets.DOCKER_TOKEN }}
102102

103103
- name: Build and Push
104-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
104+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
105105
with:
106106
context: ./auto-discovery/kubernetes/
107107
file: ./auto-discovery/kubernetes/Dockerfile
@@ -148,7 +148,7 @@ jobs:
148148
password: ${{ secrets.DOCKER_TOKEN }}
149149

150150
- name: Build and Push
151-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
151+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
152152
with:
153153
context: ./auto-discovery/kubernetes/pull-secret-extractor
154154
file: ./auto-discovery/kubernetes/pull-secret-extractor/Dockerfile
@@ -201,7 +201,7 @@ jobs:
201201
password: ${{ secrets.DOCKER_TOKEN }}
202202

203203
- name: Build and Push
204-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
204+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
205205
with:
206206
context: ./${{ matrix.sdk }}/nodejs
207207
file: ./${{ matrix.sdk }}/nodejs/Dockerfile
@@ -258,7 +258,7 @@ jobs:
258258
echo "baseImageTag=sha-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
259259
260260
- name: Build and Push
261-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
261+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
262262
with:
263263
context: ./hooks/${{ matrix.hook }}/hook
264264
file: ./hooks/${{ matrix.hook }}/hook/Dockerfile
@@ -306,7 +306,7 @@ jobs:
306306
password: ${{ secrets.DOCKER_TOKEN }}
307307

308308
- name: Build and Push
309-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
309+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
310310
with:
311311
context: ./hooks/persistence-elastic/dashboard-importer/
312312
file: ./hooks/persistence-elastic/dashboard-importer/Dockerfile
@@ -374,7 +374,7 @@ jobs:
374374
echo "baseImageTag=sha-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
375375
376376
- name: Build and Push
377-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
377+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
378378
with:
379379
context: ./scanners/${{ matrix.parser }}/parser
380380
file: ./scanners/${{ matrix.parser }}/parser/Dockerfile
@@ -456,7 +456,7 @@ jobs:
456456
password: ${{ secrets.DOCKER_TOKEN }}
457457

458458
- name: Build and Push
459-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
459+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
460460
with:
461461
context: ./scanners/${{ matrix.scanner }}/scanner
462462
file: ./scanners/${{ matrix.scanner }}/scanner/Dockerfile
@@ -517,7 +517,7 @@ jobs:
517517
echo "baseImageTag=sha-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
518518
519519
- name: Build and Push
520-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
520+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
521521
with:
522522
context: ./scanners/${{ matrix.scanner }}/scanner
523523
file: ./scanners/${{ matrix.scanner }}/scanner/Dockerfile
@@ -581,7 +581,7 @@ jobs:
581581
password: ${{ secrets.DOCKER_TOKEN }}
582582

583583
- name: Build and Push
584-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
584+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
585585
with:
586586
context: ./demo-targets/${{ matrix.target }}/container
587587
file: ./demo-targets/${{ matrix.target }}/container/Dockerfile

.github/workflows/scb-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
199199
- name: Create Pull Request
200200
if: ${{ env.release != env.local && env.prExists == 0 && env.release != null }}
201-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
201+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
202202
with:
203203
token: ${{ secrets.SCB_BOT_USER_TOKEN }}
204204
committer: secureCodeBoxBot <[email protected]>

0 commit comments

Comments
 (0)