Skip to content

Commit b5ddfcb

Browse files
build(deps): bump the dependencies group with 2 updates (eclipse-tractusx#1438)
1 parent a265989 commit b5ddfcb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
type=raw,value=${{ github.sha }}
9090
9191
- name: Build and push Docker image
92-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
92+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
9393
with:
9494
context: .
9595
file: .conf/Dockerfile.prebuilt

.github/workflows/pullRequest-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

39-
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
39+
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
4040
# When the previous steps fail, the workflow would stop. By adding this
4141
# condition you can continue the execution with the populated error message.
4242
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -55,7 +55,7 @@ jobs:
5555
5656
# Delete a previous comment when the issue has been resolved
5757
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
58-
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
58+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
5959
with:
6060
header: pr-title-lint-error
6161
delete: true

.github/workflows/release-release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
type=semver,pattern=v{{major}}.{{minor}}
112112
113113
- name: Build and push Docker image
114-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
114+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
115115
with:
116116
context: .
117117
file: .conf/Dockerfile.prebuilt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
type=semver,pattern=v{{major}}.{{minor}}
113113
114114
- name: Build and push Docker image
115-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
115+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
116116
with:
117117
context: .
118118
file: .conf/Dockerfile.prebuilt

.github/workflows/release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
type=raw,value=${{ github.sha }}
8787
8888
- name: Build and push Docker image
89-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
89+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
9090
with:
9191
context: .
9292
file: .conf/Dockerfile.prebuilt

0 commit comments

Comments
 (0)