File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
url : ${{ steps.deployment.outputs.page_url }}
50
50
steps :
51
51
- id : deployment
52
- uses : actions/deploy-pages@20a4baa1095bad40ba7d6ca0d9abbc220b76603f # v1.2.3
52
+ uses : actions/deploy-pages@0243b6c10d06cb8e95ed8ee471231877621202c0 # v1.2.4
Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ def _collect_verification_state(
835
835
def _verify_identity (args : argparse .Namespace ) -> None :
836
836
verifier , files_with_materials = _collect_verification_state (args )
837
837
838
- for ( file , materials ) in files_with_materials :
838
+ for file , materials in files_with_materials :
839
839
policy_ = policy .Identity (
840
840
identity = args .cert_identity ,
841
841
issuer = args .cert_oidc_issuer ,
@@ -934,7 +934,7 @@ def _verify_github(args: argparse.Namespace) -> None:
934
934
policy_ = policy .AllOf (inner_policies )
935
935
936
936
verifier , files_with_materials = _collect_verification_state (args )
937
- for ( file , materials ) in files_with_materials :
937
+ for file , materials in files_with_materials :
938
938
result = verifier .verify (materials = materials , policy = policy_ )
939
939
940
940
if result :
You can’t perform that action at this time.
0 commit comments