2929 - uses : actions/checkout@v3
3030 - name : install
3131 run : python -m pip install .
32- - uses : sigstore/gh-action-sigstore-python@v2.1.1
32+ - uses : sigstore/gh-action-sigstore-python@v3.0.0
3333 with :
3434 inputs : file.txt
3535` ` `
@@ -53,15 +53,15 @@ provided unless [release-signing-artifacts](#release-signing-artifacts) is set t
5353To sign one or more files :
5454
5555` ` ` yaml
56- - uses: sigstore/gh-action-sigstore-python@v2.1.1
56+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
5757 with:
5858 inputs: file0.txt file1.txt file2.txt
5959` ` `
6060
6161The `inputs` argument also supports file globbing :
6262
6363` ` ` yaml
64- - uses: sigstore/gh-action-sigstore-python@v2.1.1
64+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
6565 with:
6666 inputs: ./path/to/inputs/*.txt
6767` ` `
@@ -70,7 +70,7 @@ Multiple lines are fine, and whitespace in filenames can also be escaped using
7070POSIX shell lexing rules :
7171
7272` ` ` yaml
73- - uses: sigstore/gh-action-sigstore-python@v2.1.1
73+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
7474 with:
7575 inputs: |
7676 ./path/to/inputs/*.txt
@@ -90,7 +90,7 @@ The `identity-token` setting controls the OpenID Connect token provided to Fulci
9090workflow will use the credentials found in the GitHub Actions environment.
9191
9292` ` ` yaml
93- - uses: sigstore/gh-action-sigstore-python@v2.1.1
93+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
9494 with:
9595 inputs: file.txt
9696 identity-token: ${{ IDENTITY_TOKEN }} # assigned elsewhere
@@ -106,7 +106,7 @@ Server during OAuth2.
106106Example :
107107
108108` ` ` yaml
109- - uses: sigstore/gh-action-sigstore-python@v2.1.1
109+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
110110 with:
111111 inputs: file.txt
112112 oidc-client-id: alternative-sigstore-id
@@ -122,7 +122,7 @@ Connect Server during OAuth2.
122122Example :
123123
124124` ` ` yaml
125- - uses: sigstore/gh-action-sigstore-python@v2.1.1
125+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
126126 with:
127127 inputs: file.txt
128128 oidc-client-secret: alternative-sigstore-secret
@@ -138,7 +138,7 @@ instead of the default production instances.
138138Example :
139139
140140` ` ` yaml
141- - uses: sigstore/gh-action-sigstore-python@v2.1.1
141+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
142142 with:
143143 inputs: file.txt
144144 staging: true
@@ -161,7 +161,7 @@ and `verify-oidc-issuer` settings. Failing to pass these will produce an error.
161161Example :
162162
163163` ` ` yaml
164- - uses: sigstore/gh-action-sigstore-python@v2.1.1
164+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
165165 with:
166166 inputs: file.txt
167167 verify: true
@@ -184,7 +184,7 @@ This setting may only be used in conjunction with `verify-oidc-issuer`.
184184Supplying it without `verify-oidc-issuer` will produce an error.
185185
186186` ` ` yaml
187- - uses: sigstore/gh-action-sigstore-python@v2.1.1
187+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
188188 with:
189189 inputs: file.txt
190190 verify: true
@@ -209,7 +209,7 @@ Supplying it without `verify-cert-identity` will produce an error.
209209Example :
210210
211211` ` ` yaml
212- - uses: sigstore/gh-action-sigstore-python@v2.1.1
212+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
213213 with:
214214 inputs: file.txt
215215 verify: true
@@ -231,7 +231,7 @@ workflow artifact retention period is used.
231231Example :
232232
233233` ` ` yaml
234- - uses: sigstore/gh-action-sigstore-python@v2.1.1
234+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
235235 with:
236236 inputs: file.txt
237237 upload-signing-artifacts: true
@@ -258,7 +258,7 @@ permissions:
258258
259259# ...
260260
261- - uses: sigstore/gh-action-sigstore-python@v2.1.1
261+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
262262 with:
263263 inputs: file.txt
264264 release-signing-artifacts: true
@@ -298,7 +298,7 @@ permissions:
298298 Example :
299299
300300 ` ` ` yaml
301- - uses: sigstore/gh-action-sigstore-python@v2.1.1
301+ - uses: sigstore/gh-action-sigstore-python@v3.0.0
302302 with:
303303 inputs: file.txt
304304 internal-be-careful-debug: true
0 commit comments