Skip to content

Commit 7c8e437

Browse files
authored
Correct versioning for 3.5 release (github#27071)
1 parent 9cd0f2a commit 7c8e437

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,15 @@ Action | Description
385385
| `gist.destroy` | A gist is deleted.
386386
| `gist.visibility_change` | The visibility of a gist is changed.
387387

388+
{% ifversion ghec or ghes > 3.4 or ghae-issue-6724 %}
388389
### `git` category actions
389390

390391
| Action | Description
391392
|--------|-------------
392393
| `git.clone` | A repository was cloned.
393394
| `git.fetch` | Changes were fetched from a repository.
394395
| `git.push` | Changes were pushed to a repository.
396+
{% endif %}
395397

396398
### `hook` category actions
397399

data/features/blame-ignore-revs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
versions:
44
fpt: '*'
55
ghec: '*'
6-
ghes: '>3.5'
6+
ghes: '>3.4'

data/features/device-flow-is-opt-in.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
versions:
33
fpt: '*'
44
ghec: '*'
5+
ghes: '>3.4'
56
ghae: 'issue-6307'

data/features/github-actions-in-dependency-graph.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
versions:
44
fpt: '*'
55
ghae: 'issue-5813'
6+
ghes: '>3.4'
67
ghec: '*'

data/reusables/code-scanning/deprecation-codeql-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% ifversion fpt or ghec %}
44

5-
**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).
5+
**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).
66

77
{% elsif ghes > 3.3 %}
88

0 commit comments

Comments
 (0)