Correct versioning for 3.5 release (#27071)

This commit is contained in:
Matt Pollard 2022-04-20 22:43:21 +02:00 коммит произвёл GitHub
Родитель 9cd0f2a21d
Коммит 7c8e437aba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -385,6 +385,7 @@ Action | Description
| `gist.destroy` | A gist is deleted.
| `gist.visibility_change` | The visibility of a gist is changed.
{% ifversion ghec or ghes > 3.4 or ghae-issue-6724 %}
### `git` category actions
| Action | Description
@ -392,6 +393,7 @@ Action | Description
| `git.clone` | A repository was cloned.
| `git.fetch` | Changes were fetched from a repository.
| `git.push` | Changes were pushed to a repository.
{% endif %}
### `hook` category actions

Просмотреть файл

@ -3,4 +3,4 @@
versions:
fpt: '*'
ghec: '*'
ghes: '>3.5'
ghes: '>3.4'

Просмотреть файл

@ -2,4 +2,5 @@
versions:
fpt: '*'
ghec: '*'
ghes: '>3.4'
ghae: 'issue-6307'

Просмотреть файл

@ -3,4 +3,5 @@
versions:
fpt: '*'
ghae: 'issue-5813'
ghes: '>3.4'
ghec: '*'

Просмотреть файл

@ -2,7 +2,7 @@
{% ifversion fpt or ghec %}
**Note:** The {% data variables.product.prodname_codeql_runner %} is being deprecated. On {% data variables.product.product_name %}, the {% data variables.product.prodname_codeql_runner %} will be supported until March 2022. You should upgrade to the latest version of [{% data variables.product.prodname_codeql_cli %}](https://github.com/github/codeql-action/releases).
**Note:** The {% data variables.product.prodname_codeql_runner %} is deprecated. On {% data variables.product.product_name %}, the {% data variables.product.prodname_codeql_runner %} was supported until March 2022. You should upgrade to the latest version of [{% data variables.product.prodname_codeql_cli %}](https://github.com/github/codeql-action/releases).
{% elsif ghes > 3.3 %}