You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to specify a Ruby version is by using the `ruby/setup-ruby` action provided by the Ruby organization on GitHub. The action adds any supported Ruby version to `PATH` for each job run in a workflow. For more information see, the [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby).
68
65
69
-
Using either Ruby's `ruby/setup-ruby` action or GitHub's `actions/setup-ruby` action is the recommended way of using Ruby with GitHub Actions because it ensures consistent behavior across different runners and different versions of Ruby.
66
+
Using Ruby's `ruby/setup-ruby` action is the recommended way of using Ruby with GitHub Actions because it ensures consistent behavior across different runners and different versions of Ruby.
70
67
71
68
The `setup-ruby` action takes a Ruby version as an input and configures that version on the runner.
72
69
@@ -122,10 +119,7 @@ jobs:
122
119
steps:
123
120
- uses: actions/checkout@v2
124
121
- name: Set up Ruby ${{ matrix.ruby-version }}
125
-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
126
-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
Copy file name to clipboardExpand all lines: content/github/site-policy/guidelines-for-legal-requests-of-user-data.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,14 @@ If we receive a request for information under certain exigent circumstances (whe
199
199
200
200
### Cost reimbursement
201
201
202
-
We reserve the right to seek reimbursement for administrative costs associated with responding to requests for information, as allowed by law.
202
+
Under state and federal law, GitHub can seek reimbursement for costs associated with compliance with a valid legal demand, such as a subpoena, court order or search warrant. We only charge to recover some costs, and these reimbursements cover only a portion of the costs we actually incur to comply with legal orders.
203
+
204
+
While we do not charge in emergency situations or in other exigent circumstances, we seek reimbursement for all other legal requests in accordance with the following schedule, unless otherwise required by law:
205
+
206
+
- Initial search of up to 25 identifiers: Free
207
+
- Production of subscriber information/data for up to 5 accounts: Free
208
+
- Production of subscriber information/data for more than 5 accounts: $20 per account
209
+
- Secondary searches: $10 per search
203
210
204
211
### Data preservation
205
212
@@ -215,14 +222,6 @@ c/o Corporation Service Company
215
222
2710 Gateway Oaks Drive, Suite 150N
216
223
Sacramento, CA 95833-3505
217
224
```
218
-
Under state and federal law, GitHub can seek reimbursement for costs associated with compliance with a valid legal demand, such as a subpoena, court order or search warrant. We only charge to recover some costs, and these reimbursements cover only a portion of the costs we actually incur to comply with legal orders.
219
-
220
-
While we do not charge in emergency situations or in other exigent circumstances, we seek reimbursement for all other legal requests in accordance with the following schedule, unless otherwise required by law:
221
-
222
-
- Initial search of up to 25 identifiers: Free
223
-
- Production of subscriber information/data for up to 5 accounts: Free
224
-
- Production of subscriber information/data for more than 5 accounts: $20 per account
225
-
- Secondary searches: $10 per search
226
225
227
226
Please make your requests as specific and narrow as possible, including the following information:
0 commit comments