@@ -19,37 +19,37 @@ jobs:
1919 ruby : ["2.6", "2.7", "3.0", "3.1", "3.2"]
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1.0
22+ uses : step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
2323 with :
2424 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2525
2626 - name : Checkout code
27- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
27+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2828 - name : Setup Go
2929 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
3030 with :
3131 go-version : ' 1.17'
3232 check-latest : true
3333 - name : Setup Ruby
34- uses : ruby/setup-ruby@4d060a10e6d98429c69057f0aafbc65fb982bae8 # v1.137 .0
34+ uses : ruby/setup-ruby@d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c # v1.148 .0
3535 with :
3636 ruby-version : ${{ matrix.ruby }}
3737 bundler-cache : true
3838 - name : Run HTTP conformance tests
39- uses : GoogleCloudPlatform/functions-framework-conformance/action@c52662e612b2685a027b1c3e02224306517722fc # v1.6 .0
39+ uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8 .0
4040 with :
4141 functionType : ' http'
4242 useBuildpacks : false
4343 cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target http_func --signature-type http'"
4444 - name : Run CloudEvent conformance tests
45- uses : GoogleCloudPlatform/functions-framework-conformance/action@c52662e612b2685a027b1c3e02224306517722fc # v1.6 .0
45+ uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8 .0
4646 with :
4747 functionType : ' cloudevent'
4848 useBuildpacks : false
4949 validateMapping : true
5050 cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target cloudevent_func --signature-type cloudevent'"
5151 - name : Run HTTP concurrency tests
52- uses : GoogleCloudPlatform/functions-framework-conformance/action@c52662e612b2685a027b1c3e02224306517722fc # v1.6 .0
52+ uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8 .0
5353 with :
5454 functionType : ' http'
5555 useBuildpacks : false
0 commit comments