1616 python : ['3.7', '3.8', '3.9', '3.10', '3.11']
1717 steps :
1818 - name : Harden Runner
19- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
19+ uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
2020 with :
2121 disable-sudo : true
2222 egress-policy : block
@@ -30,71 +30,71 @@ jobs:
3030 storage.googleapis.com:443
3131
3232 - name : Checkout code
33- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
33+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3434
3535 - name : Setup Python
36- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
36+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
3737 with :
3838 python-version : ${{ matrix.python }}
3939
4040 - name : Install the framework
4141 run : python -m pip install -e .
4242
4343 - name : Setup Go
44- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
44+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
4545 with :
4646 go-version : ' 1.20'
4747
4848 - name : Run HTTP conformance tests
49- uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
49+ uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
5050 with :
5151 functionType : ' http'
5252 useBuildpacks : false
5353 validateMapping : false
5454 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
5555
5656 - name : Run event conformance tests
57- uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
57+ uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
5858 with :
5959 functionType : ' legacyevent'
6060 useBuildpacks : false
6161 validateMapping : true
6262 cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
6363
6464 - name : Run CloudEvents conformance tests
65- uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
65+ uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
6666 with :
6767 functionType : ' cloudevent'
6868 useBuildpacks : false
6969 validateMapping : true
7070 cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event --signature-type cloudevent'"
7171
7272 - name : Run HTTP conformance tests declarative
73- uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
73+ uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
7474 with :
7575 functionType : ' http'
7676 useBuildpacks : false
7777 validateMapping : false
7878 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative'"
7979
8080 - name : Run CloudEvents conformance tests declarative
81- uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
81+ uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
8282 with :
8383 functionType : ' cloudevent'
8484 useBuildpacks : false
8585 validateMapping : true
8686 cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event_declarative'"
8787
8888 - name : Run HTTP concurrency tests declarative
89- uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
89+ uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
9090 with :
9191 functionType : ' http'
9292 useBuildpacks : false
9393 validateConcurrency : true
9494 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
9595
9696 - name : Run Typed tests declarative
97- uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
97+ uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
9898 with :
9999 functionType : ' http'
100100 declarativeType : ' typed'
0 commit comments