Skip to content

Commit a8aab11

Browse files
feat:deps - Update dependancy files (#1085)
Signed-off-by: Wilian Gabriel <wilian.silva@zup.com.br>
1 parent 2d9d7e7 commit a8aab11

18 files changed

+43
-47
lines changed

.github/workflows/release-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
COSIGN_KEY: ${{secrets.COSIGN_KEY}}
8080

8181
- name: Build and push
82-
uses: docker/build-push-action@v2
82+
uses: docker/build-push-action@v3
8383
with:
8484
push: true
8585
context: .

.github/workflows/update-horusec-c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

.github/workflows/update-horusec-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

.github/workflows/update-horusec-elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

.github/workflows/update-horusec-generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

.github/workflows/update-horusec-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

.github/workflows/update-horusec-hcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

.github/workflows/update-horusec-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

.github/workflows/update-horusec-leaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

.github/workflows/update-horusec-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v3
5353
with:
5454
push: true
5555
context: .

0 commit comments

Comments
 (0)