@@ -27,11 +27,11 @@ jobs:
2727 latest_image_tag : ${{ steps.build.outputs.LATEST_IMAGE_TAG }}
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6 .0.2
30+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7 .0.0
3131 - name : Set up Docker Buildx
32- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # 4.0 .0
32+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # 4.1 .0
3333 - name : Login to ghcr.io
34- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # 4.1 .0
34+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 4.2 .0
3535 with :
3636 registry : ghcr.io
3737 username : ${{ github.actor }}
5454 ORACLE_JAVA8_TOKEN : ${{ secrets.ORACLE_JAVA8_TOKEN }}
5555 run : ./build --push
5656 - name : Upload digest metadata
57- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
57+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5858 with :
5959 name : digests-amd64
6060 path : digests/amd64-*.json
@@ -73,11 +73,11 @@ jobs:
7373 latest_image_tag : ${{ steps.build.outputs.LATEST_IMAGE_TAG }}
7474 steps :
7575 - name : Checkout repository
76- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6 .0.2
76+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7 .0.0
7777 - name : Set up Docker Buildx
78- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # 4.0 .0
78+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # 4.1 .0
7979 - name : Login to ghcr.io
80- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # 4.1 .0
80+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 4.2 .0
8181 with :
8282 registry : ghcr.io
8383 username : ${{ github.actor }}
@@ -106,7 +106,7 @@ jobs:
106106 PLATFORM : linux/arm64
107107 run : ./build --push
108108 - name : Upload digest metadata
109- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
110110 with :
111111 name : digests-arm64
112112 path : digests/arm64-*.json
@@ -123,22 +123,22 @@ jobs:
123123 runs-on : ubuntu-24.04
124124 steps :
125125 - name : Checkout repository
126- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6 .0.2
126+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7 .0.0
127127 - name : Set up Docker Buildx
128- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # 4.0 .0
128+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # 4.1 .0
129129 - name : Login to ghcr.io
130- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # 4.1 .0
130+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 4.2 .0
131131 with :
132132 registry : ghcr.io
133133 username : ${{ github.actor }}
134134 password : ${{ secrets.GITHUB_TOKEN }}
135135 - name : Download amd64 digests
136- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
136+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
137137 with :
138138 name : digests-amd64
139139 path : digests
140140 - name : Download arm64 digests
141- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
141+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
142142 with :
143143 name : digests-arm64
144144 path : digests
@@ -157,7 +157,7 @@ jobs:
157157 TRIVY_JAVA_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
158158 TRIVY_PLATFORM : linux/amd64
159159 - name : Upload amd64 Trivy results
160- uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
160+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
161161 with :
162162 sarif_file : ' trivy-results-amd64.sarif'
163163 category : trivy-amd64
@@ -174,7 +174,7 @@ jobs:
174174 TRIVY_JAVA_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
175175 TRIVY_PLATFORM : linux/arm64
176176 - name : Upload arm64 Trivy results
177- uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
177+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
178178 with :
179179 sarif_file : ' trivy-results-arm64.sarif'
180180 category : trivy-arm64
0 commit comments