@@ -22,12 +22,12 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
26
26
- name : Set up Docker Buildx
27
27
id : buildx
28
- uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # 3.6.1
28
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # 3.10.0
29
29
- name : Login to ghcr.io
30
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # 3.3 .0
30
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 3.4 .0
31
31
with :
32
32
registry : ghcr.io
33
33
username : ${{ github.actor }}
46
46
- name : Push images
47
47
run : ./build --push
48
48
- name : Run Trivy vulnerability scanner
49
- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28 .0
49
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30 .0
50
50
with :
51
51
image-ref : ' ${{ steps.build.outputs.LATEST_IMAGE_TAG }}'
52
52
format : ' sarif'
57
57
TRIVY_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
58
58
TRIVY_JAVA_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
59
59
- name : Upload Trivy scan results to GitHub Security tab
60
- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
60
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
61
61
with :
62
62
sarif_file : ' trivy-results.sarif'
63
63
70
70
runs-on : ubuntu-latest
71
71
steps :
72
72
- name : Checkout repository
73
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
73
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
74
74
- name : Keep workflow alive
75
- uses : gautamkrishnar/keepalive-workflow@24ba73b43d5ea8d2b3d56fb9b8de951ba9a3dd18 # v2.0.6
75
+ uses : gautamkrishnar/keepalive-workflow@2a8ae70f39b79fb50659d17ccc6f372f461813b2 # v2.0.10
0 commit comments