File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "integrity" : " " ,
3- "strip_prefix" : " {REPO}-{VERSION }" ,
4- "url" : " https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_proto -{TAG}.tar.gz"
3+ "strip_prefix" : " {REPO}-{TAG }" ,
4+ "url" : " https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO} -{TAG}.tar.gz"
55}
Original file line number Diff line number Diff line change 8585 -
uses :
bazel-contrib/[email protected] 8686 with :
8787 disk-cache : ${{ inputs.mount_bazel_caches }}
88- external-cache : ${{ inputs.mount_bazel_caches }}
8988 repository-cache : ${{ inputs.mount_bazel_caches }}
9089
9190 - name : Test
@@ -122,7 +121,7 @@ jobs:
122121 permissions :
123122 id-token : write
124123 attestations : write
125- runs-on : ubuntu-latest
124+ runs-on : self-hosted
126125 steps :
127126 # actions/download-artifact@v4 does not yet support downloading via the immutable artifact-id,
128127 # but the Javascript library does. See: https://github.com/actions/download-artifact/issues/349
@@ -173,7 +172,7 @@ jobs:
173172 needs : [build, attest]
174173 permissions :
175174 contents : write
176- runs-on : ubuntu-latest
175+ runs-on : self-hosted
177176 steps :
178177 # actions/download-artifact@v4 does not yet support downloading via the immutable artifact-id,
179178 # but the Javascript library does. See: https://github.com/actions/download-artifact/issues/349
You can’t perform that action at this time.
0 commit comments