File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
id : config
20
20
env :
21
21
COMMENT_BODY : ${{ github.event.comment.body }}
22
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
22
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
23
23
with :
24
24
script : |
25
25
if (context.eventName === 'workflow_dispatch') {
51
51
52
52
core.setOutput('head', response.data.head.sha)
53
53
54
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
55
55
with :
56
56
ref : ${{ steps.config.outputs.head }}
57
57
67
67
oci : false
68
68
69
69
- name : Login to GitHub Container Registry
70
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
70
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
71
71
id : registry_login
72
72
with :
73
73
registry : ghcr.io
@@ -89,10 +89,10 @@ jobs:
89
89
env :
90
90
TAG : ${{needs.publish-benchmark-container.outputs.head}}
91
91
steps :
92
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
92
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
93
93
with :
94
94
ref : ${{needs.publish-benchmark-container.outputs.head}}
95
- - uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
95
+ - uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
96
96
with :
97
97
workload_identity_provider : projects/306323169285/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
98
98
service_account : ' model-transparency-gha@sigstore-infra-playground.iam.gserviceaccount.com'
You can’t perform that action at this time.
0 commit comments