File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 workflow_dispatch :
8+
9+ # Declare default permissions as read only.
10+ permissions : read-all
11+
812jobs :
913 ruby30-buildpack-test :
1014 uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
Original file line number Diff line number Diff line change 77 branches :
88 - main
99 workflow_dispatch :
10+
11+ # Declare default permissions as read only.
12+ permissions : read-all
13+
1014jobs :
1115 conformance :
1216 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66
7+ # Declare default permissions as read only.
8+ permissions : read-all
9+
710jobs :
811 push-gh-pages :
912 env :
1013 ruby_version : " 3.0"
1114 runs-on : ubuntu-latest
15+ permissions :
16+ pages : write
1217 steps :
1318 - name : Harden Runner
1419 uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1.0
You can’t perform that action at this time.
0 commit comments