File tree 5 files changed +15
-15
lines changed
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Check out repo
19
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
21
21
- name : Set up QEMU
22
22
uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3
25
25
uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
26
26
27
27
- name : Log in to GitHub Container Registry
28
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
28
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
29
29
with :
30
30
registry : ghcr.io
31
31
username : ${{github.actor}}
39
39
make test
40
40
41
41
- name : Upload to codecov.io
42
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1 .2
42
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4 .2
43
43
44
44
- name : Generate Docker image tag
45
45
id : tag
@@ -57,15 +57,15 @@ jobs:
57
57
run : echo "name=${_GHCR_REGISTRY}/${_PROJECT_NAME}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
58
58
59
59
- name : Build Docker image
60
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
60
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
61
61
with :
62
62
file : Dockerfile
63
63
platforms : linux/amd64,linux/arm64
64
64
push : true
65
65
tags : ${{ steps.image-name.outputs.name }}
66
66
67
67
- name : Create kind cluster
68
- uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10 .0
68
+ uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
69
69
70
70
- name : Smoke test image
71
71
id : smoke-test
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Check out repo
16
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
18
- name : Set up QEMU
19
19
uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3
37
37
make test
38
38
39
39
- name : Upload to codecov.io
40
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1 .2
40
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4 .2
41
41
42
42
- name : Generate Docker image tag
43
43
id : tag
@@ -55,15 +55,15 @@ jobs:
55
55
run : echo "name=${_AZ_REGISTRY}/${_PROJECT_NAME}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
56
56
57
57
- name : Build Docker image
58
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
58
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
59
59
with :
60
60
file : Dockerfile
61
61
platforms : linux/amd64,linux/arm64
62
62
push : true
63
63
tags : ${{ steps.image-name.outputs.name }}
64
64
65
65
- name : Create kind cluster
66
- uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10 .0
66
+ uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
67
67
68
68
- name : Smoke test image
69
69
id : smoke-test
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Check out repo
21
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
23
23
- name : Log in to Azure
24
24
uses : Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
33
33
secrets : " github-gpg-private-key, github-gpg-private-key-passphrase"
34
34
35
35
- name : Import GPG key
36
- uses : crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1 .0
36
+ uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3 .0
37
37
with :
38
38
gpg_private_key : ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
39
39
passphrase : ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}
Original file line number Diff line number Diff line change 32
32
fi
33
33
34
34
- name : Check out repo
35
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Get version
38
38
id : version
53
53
needs : setup
54
54
steps :
55
55
- name : Create release
56
- uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14 .0
56
+ uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
57
57
with :
58
58
commit : ${{ github.sha }}
59
59
tag : " v${{ needs.setup.outputs.release_version }}"
Original file line number Diff line number Diff line change 30
30
ref : ${{ github.event.pull_request.head.sha }}
31
31
32
32
- name : Scan with Checkmarx
33
- uses : checkmarx/ast-github-action@9fda4ab4c1b67c35de380552a972a82997d97731 # 2.0.42
33
+ uses : checkmarx/ast-github-action@ef93013c95adc60160bc22060875e90800d3ecfc # 2.3.19
34
34
env :
35
35
INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
36
36
with :
45
45
--output-path . ${{ env.INCREMENTAL }}
46
46
47
47
- name : Upload Checkmarx results to GitHub
48
- uses : github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
48
+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
49
49
with :
50
50
sarif_file : cx_result.sarif
51
51
sha : ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments