Skip to content

Commit 8259996

Browse files
chore(deps): update major-release
1 parent 142643e commit 8259996

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/_docker-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ jobs:
4040
persist-credentials: false
4141
- name: Log in to the Container registry
4242
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
43-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
43+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4444
with:
4545
registry: ${{ env.REGISTRY }}
4646
username: ${{ github.actor }}
4747
password: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Extract metadata (tags, labels) for Docker
5050
id: meta
51-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
51+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
5252
with:
5353
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5454

55-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
55+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
5656
- name: Build and push Docker image
5757
id: push
58-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
58+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5959
with:
6060
provenance: mode=max
6161
sbom: true
@@ -71,7 +71,7 @@ jobs:
7171
cache-to: type=gha,mode=min
7272
- name: Attest
7373
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
74-
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
74+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
7575
id: attest
7676
with:
7777
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Upload test results
186186
if: always()
187-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
187+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
188188
with:
189189
name: ui-playwright-report-${{ matrix.browser }}-${{ matrix.subsystem }}
190190
path: tests/playwright-report/

0 commit comments

Comments
 (0)