Skip to content

Commit 355cac6

Browse files
authored
[infra] Make cosign as a transitive dependency (#6615)
1 parent 620a5a7 commit 355cac6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish-packages-1.0.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
id-token: write
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
# renovate: datasource=github-releases depName=cosign packageName=sigstore/cosign
36-
COSIGN_VERSION: v2.5.3
3735
COSIGN_YES: "yes"
3836

3937
outputs:
@@ -53,8 +51,6 @@ jobs:
5351

5452
- name: Install Cosign
5553
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
56-
with:
57-
cosign-release: ${{ env.COSIGN_VERSION }}
5854

5955
- name: dotnet restore
6056
run: dotnet restore ./build/OpenTelemetry.proj -p:RunningDotNetPack=true

0 commit comments

Comments
 (0)