File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments