File tree 7 files changed +15
-15
lines changed
7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
33
33
34
34
- name : Set up QEMU
35
- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3
35
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
36
36
37
37
- name : Set up Docker Buildx
38
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
38
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
39
39
40
40
# Login against a Docker registry
41
41
# https://github.com/docker/login-action
50
50
# https://github.com/docker/metadata-action
51
51
- name : Extract Docker metadata
52
52
id : meta
53
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
53
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
54
54
with :
55
55
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
56
56
tags : |
61
61
# Build and push Docker image with Buildx
62
62
# https://github.com/docker/build-push-action
63
63
- name : Build and push Docker image
64
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
64
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
65
65
with :
66
66
context : .
67
67
push : true
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
33
33
34
34
- name : Set up QEMU
35
- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3
35
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
36
36
37
37
- name : Set up Docker Buildx
38
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
38
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
39
39
40
40
# Login against a Docker registry except on PR
41
41
# https://github.com/docker/login-action
@@ -51,14 +51,14 @@ jobs:
51
51
# https://github.com/docker/metadata-action
52
52
- name : Extract Docker metadata
53
53
id : meta
54
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
54
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
55
55
with :
56
56
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
57
57
58
58
# Build and push Docker image with Buildx (don't push on PR)
59
59
# https://github.com/docker/build-push-action
60
60
- name : Build and push Docker image
61
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
61
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
62
62
with :
63
63
context : .
64
64
push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
20
20
21
21
- name : Set up Docker Buildx
22
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
22
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
23
23
with :
24
24
driver-opts : network=host
25
25
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
22
22
23
23
- name : Set up Docker Buildx
24
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
24
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
25
25
with :
26
26
driver-opts : network=host
27
27
Original file line number Diff line number Diff line change 18
18
go-version-file : go.mod
19
19
check-latest : true
20
20
- name : golangci-lint
21
- uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6
21
+ uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
22
22
with :
23
23
args : --timeout 300s
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
check-latest : true
26
26
27
27
- name : Initialize CodeQL
28
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
28
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
29
29
with :
30
30
languages : ' go'
31
31
32
32
- name : Perform CodeQL Analysis
33
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
33
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
34
34
with :
35
35
category : " /language:go"
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
27
27
28
28
- name : Set up QEMU
29
- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3
29
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
30
30
31
31
- name : Set up Docker Buildx
32
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
32
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
33
33
34
34
- name : Log into registry ${{ env.REGISTRY }}
35
35
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
You can’t perform that action at this time.
0 commit comments