Skip to content

Commit a7540eb

Browse files
authored
repo sync
2 parents 45b46e8 + 7754935 commit a7540eb

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

content/actions/guides/building-and-testing-ruby.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v2
5151
- name: Set up Ruby
52-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
53-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
54-
# uses: ruby/setup-ruby@v1
55-
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
52+
uses: ruby/setup-ruby@v1
5653
with:
5754
ruby-version: 2.6
5855
- name: Install dependencies
@@ -66,7 +63,7 @@ jobs:
6663
6764
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).
6865

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.
7067

7168
The `setup-ruby` action takes a Ruby version as an input and configures that version on the runner.
7269

@@ -122,10 +119,7 @@ jobs:
122119
steps:
123120
- uses: actions/checkout@v2
124121
- 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):
127-
# uses: ruby/setup-ruby@v1
128-
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
122+
uses: ruby/setup-ruby@v1
129123
with:
130124
ruby-version: ${{ matrix.ruby-version }}
131125
- name: Install dependencies

content/github/site-policy/guidelines-for-legal-requests-of-user-data.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,14 @@ If we receive a request for information under certain exigent circumstances (whe
199199

200200
### Cost reimbursement
201201

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
203210

204211
### Data preservation
205212

@@ -215,14 +222,6 @@ c/o Corporation Service Company
215222
2710 Gateway Oaks Drive, Suite 150N
216223
Sacramento, CA 95833-3505
217224
```
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
226225

227226
Please make your requests as specific and narrow as possible, including the following information:
228227

0 commit comments

Comments
 (0)