Skip to content

Commit 7b76ef7

Browse files
chore(deps): update github actions
1 parent 1919451 commit 7b76ef7

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/actions/build/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ runs:
2626
steps:
2727

2828
- name: Set up QEMU
29-
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
29+
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
3030

3131
- name: Setup Docker buildx
32-
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
32+
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
3333

3434
# Login against a Docker registry except on PR
3535
# https://github.com/docker/login-action
3636
- name: Log into registry ${{ inputs.registry }}
3737
if: inputs.push == 'true'
38-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
38+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
3939
with:
4040
registry: ${{ inputs.registry }}
4141
username: ${{ github.actor }}
@@ -53,7 +53,7 @@ runs:
5353
# https://github.com/docker/build-push-action
5454
- name: Build and push Docker image
5555
id: build-and-push
56-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
56+
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
5757
with:
5858
context: ./${{ inputs.context-directory }}
5959
platforms: ${{ inputs.arch }}

.github/workflows/build-push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
comment_on_pr: false
8383

8484
- name: Checkout repository
85-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
85+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8686

8787
- uses: ./.github/actions/build/
8888
with:
@@ -109,7 +109,7 @@ jobs:
109109
comment_on_pr: false
110110

111111
- name: Checkout repository
112-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
112+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
113113

114114
- uses: ./.github/actions/build/
115115
with:
@@ -136,7 +136,7 @@ jobs:
136136
comment_on_pr: false
137137

138138
- name: Checkout repository
139-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
139+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
140140

141141
- uses: ./.github/actions/build/
142142
with:
@@ -168,7 +168,7 @@ jobs:
168168
# Login against a Docker registry except on PR
169169
# https://github.com/docker/login-action
170170
- name: Log into registry ${{ env.REGISTRY }}
171-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
171+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
172172
with:
173173
registry: ${{ env.REGISTRY }}
174174
username: ${{ github.actor }}
@@ -216,5 +216,5 @@ jobs:
216216
package-type: "container"
217217
min-versions-to-keep: 0
218218

219-
- uses: Kesin11/actions-timeline@b03a6aa289adef5534c84ccb6fbef7c975973574 # v2.1.0
219+
- uses: Kesin11/actions-timeline@da70beff098ff89b15d279e8bf2f60519a8dadd7 # v2.2.0
220220
continue-on-error: true

0 commit comments

Comments
 (0)