File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed
Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,11 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repo
25- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626 with :
2727 fetch-depth : 0
2828 - name : ci/setup-buildx
29- uses : docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # v2.4.0
30- with :
31- version : v0.7.1
29+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
30+
3231 - name : cd/docker-push
3332 run : make push-image
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout repo
22- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Setup Go
27- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5 .0
27+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2828 with :
2929 go-version : " 1.19"
3030 cache : true
@@ -36,12 +36,12 @@ jobs:
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Checkout repo
39- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
39+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040 with :
4141 fetch-depth : 0
4242
4343 - name : Setup Go
44- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5 .0
44+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
4545 with :
4646 go-version : " 1.19"
4747 cache : true
@@ -58,14 +58,21 @@ jobs:
5858 needs : [lint, test]
5959 steps :
6060 - name : Checkout repo
61- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5 .2
61+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
6262 with :
6363 fetch-depth : 0
6464
6565 - name : ci/setup-buildx
66- uses : docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0
66+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
67+
68+ - name : ci/scan-docker-security
69+ uses : anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
6770 with :
68- version : v0.7.1
71+ image : " mattermost/node-rotator"
72+ output-format : table
73+ only-fixed : true
74+ fail-build : false
75+ severity-cutoff : critical
6976
7077 - name : ci/docker-push-pr
7178 run : make push-image-pr
You can’t perform that action at this time.
0 commit comments