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 1919 id : config
2020 env :
2121 COMMENT_BODY : ${{ github.event.comment.body }}
22- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
22+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2323 with :
2424 script : |
2525 if (context.eventName === 'workflow_dispatch') {
5151
5252 core.setOutput('head', response.data.head.sha)
5353
54- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555 with :
5656 ref : ${{ steps.config.outputs.head }}
5757
6767 oci : false
6868
6969 - name : Login to GitHub Container Registry
70- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
70+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
7171 id : registry_login
7272 with :
7373 registry : ghcr.io
@@ -89,10 +89,10 @@ jobs:
8989 env :
9090 TAG : ${{needs.publish-benchmark-container.outputs.head}}
9191 steps :
92- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
92+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9393 with :
9494 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
9696 with :
9797 workload_identity_provider : projects/306323169285/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
9898 service_account : ' model-transparency-gha@sigstore-infra-playground.iam.gserviceaccount.com'
You can’t perform that action at this time.
0 commit comments