21
21
with :
22
22
show-progress : false
23
23
- name : Use golang ${{ matrix.go_version }}
24
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
24
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
25
25
with :
26
26
go-version : ${{ matrix.go_version }}
27
27
check-latest : true
55
55
with :
56
56
show-progress : false
57
57
- name : Use golang stable
58
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
58
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
59
59
with :
60
60
go-version : stable
61
61
check-latest : true
@@ -73,14 +73,14 @@ jobs:
73
73
with :
74
74
show-progress : false
75
75
- name : Setup golang
76
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
76
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
77
77
with :
78
78
go-version-file : go.mod
79
79
check-latest : true
80
80
- name : Run benchmark
81
81
run : make bench | tee output.txt; exit ${PIPESTATUS[0]}
82
82
- name : Download previous benchmark data
83
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
83
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
84
84
with :
85
85
path : ./cache
86
86
key : ${{ runner.os }}-benchmark
@@ -105,7 +105,7 @@ jobs:
105
105
continue-on-error : true
106
106
- name : Update benchmark data
107
107
if : ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
108
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
108
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
109
109
with :
110
110
path : ./cache
111
111
key : ${{ runner.os }}-benchmark
@@ -125,31 +125,31 @@ jobs:
125
125
with :
126
126
show-progress : false
127
127
- name : Docker Login to GitHub Repository
128
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
128
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
129
129
with :
130
130
registry : ghcr.io
131
131
username : ${{ github.actor }}
132
132
password : ${{ secrets.GITHUB_TOKEN }}
133
133
- name : Docker Login to DockerHub
134
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
134
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
135
135
with :
136
136
username : ${{ secrets.BOT_DOCKER_USERNAME }}
137
137
password : ${{ secrets.BOT_DOCKER_TOKEN }}
138
138
- name : Login to Mia registry
139
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
139
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
140
140
with :
141
141
registry : nexus.mia-platform.eu
142
142
username : ${{ secrets.MIA_PLATFORM_DOCKER_REGISTRY_USERNAME }}
143
143
password : ${{ secrets.MIA_PLATFORM_DOCKER_REGISTRY_PASSWORD }}
144
144
- name : Install Cosign
145
- uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
145
+ uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
146
146
- name : Set up QEMU
147
- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3 .0
147
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
148
148
with :
149
149
platforms : amd64,arm64
150
150
- name : Configure docker metadata
151
151
id : meta
152
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
152
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
153
153
env :
154
154
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
155
155
with :
@@ -169,13 +169,13 @@ jobs:
169
169
org.opencontainers.image.documentation=https://rond-authz.io
170
170
org.opencontainers.image.vendor=rond authz
171
171
- name : Setup Buildx Context
172
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
172
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
173
173
id : buildx
174
174
with :
175
175
platforms : linux/amd64,linux/arm64
176
176
- name : Build and push
177
177
id : docker-build
178
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
178
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
179
179
with :
180
180
context : .
181
181
push : true
@@ -194,7 +194,7 @@ jobs:
194
194
image : nexus.mia-platform.eu/rond-authz/rond:${{ steps.meta.output.version.main }}
195
195
upload-release-assets : true
196
196
- name : GCP Auth
197
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
197
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
198
198
if : github.ref_type == 'tag'
199
199
with :
200
200
project_id : ${{ secrets.MIA_PLATFORM_KMS_PROJECT }}
0 commit comments