16
16
python : ['3.7', '3.8', '3.9', '3.10', '3.11']
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
19
+ uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
33
33
uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
34
34
35
35
- name : Setup Python
36
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
36
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
37
37
with :
38
38
python-version : ${{ matrix.python }}
39
39
@@ -46,55 +46,55 @@ jobs:
46
46
go-version : ' 1.20'
47
47
48
48
- name : Run HTTP conformance tests
49
- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
49
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
50
50
with :
51
51
functionType : ' http'
52
52
useBuildpacks : false
53
53
validateMapping : false
54
54
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
55
55
56
56
- name : Run event conformance tests
57
- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
57
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
58
58
with :
59
59
functionType : ' legacyevent'
60
60
useBuildpacks : false
61
61
validateMapping : true
62
62
cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
63
63
64
64
- name : Run CloudEvents conformance tests
65
- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
65
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
66
66
with :
67
67
functionType : ' cloudevent'
68
68
useBuildpacks : false
69
69
validateMapping : true
70
70
cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event --signature-type cloudevent'"
71
71
72
72
- name : Run HTTP conformance tests declarative
73
- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
73
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
74
74
with :
75
75
functionType : ' http'
76
76
useBuildpacks : false
77
77
validateMapping : false
78
78
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative'"
79
79
80
80
- name : Run CloudEvents conformance tests declarative
81
- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
81
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
82
82
with :
83
83
functionType : ' cloudevent'
84
84
useBuildpacks : false
85
85
validateMapping : true
86
86
cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event_declarative'"
87
87
88
88
- name : Run HTTP concurrency tests declarative
89
- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
89
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
90
90
with :
91
91
functionType : ' http'
92
92
useBuildpacks : false
93
93
validateConcurrency : true
94
94
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
95
95
96
96
- name : Run Typed tests declarative
97
- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
97
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
98
98
with :
99
99
functionType : ' http'
100
100
declarativeType : ' typed'
0 commit comments