Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/actions/reference/runners/larger-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ When enabled, instances of the {% data variables.actions.hosted_runner %} will r
{% data reusables.actions.larger-runner-static-ip-contact-support %}

> [!NOTE]
> If runners are unused for more than 30 days, their IP address ranges are automatically removed and cannot be recovered.
> If runners are unused for more than 90 days, their IP address ranges are automatically removed and cannot be recovered.

{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,11 @@ appropriate terminal.

`yes`: Assume the terminal can understand xterm control sequences. The
feature still depends on being able to autodetect the _size_ of the
terminal, and will also be disabled if `-q` is given.
terminal (which is not implemented on Windows, sorry), and will also be
disabled if `-q` is given.

`25x80` (or similar): Like `yes`, and also explicitly give the size of
the terminal.
the terminal. (Unlike `yes`, this should work on Windows.)

`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
terminal than stderr. Mostly useful for internal testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,11 @@ appropriate terminal.

`yes`: Assume the terminal can understand xterm control sequences. The
feature still depends on being able to autodetect the _size_ of the
terminal, and will also be disabled if `-q` is given.
terminal (which is not implemented on Windows, sorry), and will also be
disabled if `-q` is given.

`25x80` (or similar): Like `yes`, and also explicitly give the size of
the terminal.
the terminal. (Unlike `yes`, this should work on Windows.)

`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
terminal than stderr. Mostly useful for internal testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,11 @@ appropriate terminal.

`yes`: Assume the terminal can understand xterm control sequences. The
feature still depends on being able to autodetect the _size_ of the
terminal, and will also be disabled if `-q` is given.
terminal (which is not implemented on Windows, sorry), and will also be
disabled if `-q` is given.

`25x80` (or similar): Like `yes`, and also explicitly give the size of
the terminal.
the terminal. (Unlike `yes`, this should work on Windows.)

`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
terminal than stderr. Mostly useful for internal testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,11 @@ appropriate terminal.

`yes`: Assume the terminal can understand xterm control sequences. The
feature still depends on being able to autodetect the _size_ of the
terminal, and will also be disabled if `-q` is given.
terminal (which is not implemented on Windows, sorry), and will also be
disabled if `-q` is given.

`25x80` (or similar): Like `yes`, and also explicitly give the size of
the terminal.
the terminal. (Unlike `yes`, this should work on Windows.)

`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
terminal than stderr. Mostly useful for internal testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,11 @@ appropriate terminal.

`yes`: Assume the terminal can understand xterm control sequences. The
feature still depends on being able to autodetect the _size_ of the
terminal, and will also be disabled if `-q` is given.
terminal (which is not implemented on Windows, sorry), and will also be
disabled if `-q` is given.

`25x80` (or similar): Like `yes`, and also explicitly give the size of
the terminal.
the terminal. (Unlike `yes`, this should work on Windows.)

`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
terminal than stderr. Mostly useful for internal testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,11 @@ appropriate terminal.

`yes`: Assume the terminal can understand xterm control sequences. The
feature still depends on being able to autodetect the _size_ of the
terminal, and will also be disabled if `-q` is given.
terminal (which is not implemented on Windows, sorry), and will also be
disabled if `-q` is given.

`25x80` (or similar): Like `yes`, and also explicitly give the size of
the terminal.
the terminal. (Unlike `yes`, this should work on Windows.)

`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
terminal than stderr. Mostly useful for internal testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,11 @@ appropriate terminal.

`yes`: Assume the terminal can understand xterm control sequences. The
feature still depends on being able to autodetect the _size_ of the
terminal, and will also be disabled if `-q` is given.
terminal (which is not implemented on Windows, sorry), and will also be
disabled if `-q` is given.

`25x80` (or similar): Like `yes`, and also explicitly give the size of
the terminal.
the terminal. (Unlike `yes`, this should work on Windows.)

`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
terminal than stderr. Mostly useful for internal testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,11 @@ appropriate terminal.

`yes`: Assume the terminal can understand xterm control sequences. The
feature still depends on being able to autodetect the _size_ of the
terminal, and will also be disabled if `-q` is given.
terminal (which is not implemented on Windows, sorry), and will also be
disabled if `-q` is given.

`25x80` (or similar): Like `yes`, and also explicitly give the size of
the terminal.
the terminal. (Unlike `yes`, this should work on Windows.)

`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
terminal than stderr. Mostly useful for internal testing.
Expand Down
1 change: 1 addition & 0 deletions data/reusables/code-scanning/codeql-query-tables/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
| --- | --- | --- | --- | --- |
| [Access of invalid pointer](https://codeql.github.com/codeql-query-help/rust/rust-access-invalid-pointer/) | 476, 825 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} |
| [Cleartext logging of sensitive information](https://codeql.github.com/codeql-query-help/rust/rust-cleartext-logging/) | 312, 359, 532 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} |
| [Cleartext storage of sensitive information in a database](https://codeql.github.com/codeql-query-help/rust/rust-cleartext-storage-database/) | 312 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} |
| [Cleartext transmission of sensitive information](https://codeql.github.com/codeql-query-help/rust/rust-cleartext-transmission/) | 319 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} |
| [Database query built from user-controlled sources](https://codeql.github.com/codeql-query-help/rust/rust-sql-injection/) | 089 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} |
| [Hard-coded cryptographic value](https://codeql.github.com/codeql-query-help/rust/rust-hard-coded-cryptographic-value/) | 259, 321, 798, 1204 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} |
Expand Down
2 changes: 1 addition & 1 deletion data/reusables/copilot/billing-timezone.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% data variables.product.prodname_copilot %} uses UTC but aligns charges with your billing cycle’s timezone. For example, if your cycle ends at 11:59 PM EST, canceling a seat at 7:00 PM EST will show as 12:00 AM UTC, but you won’t be charged for that seat in the next cycle.
{% data variables.product.prodname_copilot %} uses UTC for your billing cycle’s timezone. For example, if your cycle ends at 11:59 PM UTC, canceling a seat at 7:00 PM EST (which is 12:00 AM UTC) will fall into the next cycle, and you will be charged for that seat.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "fb6b326eb77747361ddffdc26a4b16f042afb279"
"sha": "be7ab77fe22b3672d19347090cec2e7a6208183e"
}
Loading