1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Deprecate 2.22 b (#22366)

* Update enterprise-server-releases.js

* Run deprecation script

* Remove finding / managing security vulnerabilities

* remove vuln from translations

* remove more dead pages

* Restore heavily used files

* Remove 2.22 refs in tests

* Update working-with-the-npm-registry.md
This commit is contained in:
Kevin Heis
2021-10-22 13:23:16 -07:00
committed by GitHub
parent 42f51270cc
commit 3b092b4cb8
786 changed files with 568 additions and 40054 deletions

View File

@@ -541,7 +541,6 @@ environment:
{% endraw %}
{% endif %}
{% ifversion fpt or ghae-next or ghes > 3.1 or ghec %}
## `jobs.<job_id>.concurrency`
@@ -955,7 +954,6 @@ steps:
The command used, `perl` in this example, must be installed on the runner.
{% ifversion ghae %}For instructions on how to make sure your {% data variables.actions.hosted_runner %} has the required software installed, see "[Creating custom images](/actions/using-github-hosted-runners/creating-custom-images)."
{% else %}
For information about the software included on GitHub-hosted runners, see "[Specifications for GitHub-hosted runners](/actions/reference/specifications-for-github-hosted-runners#supported-software)."
@@ -1274,9 +1272,7 @@ jobs:
## `jobs.<job_id>.container.image`
The Docker image to use as the container to run the action. The value can be the Docker Hub image name or a {% ifversion ghes < 3.0 %}public{% endif %} registry name.
{% ifversion fpt or ghes > 2.22 or ghae or ghec %}
The Docker image to use as the container to run the action. The value can be the Docker Hub image name or a registry name.
## `jobs.<job_id>.container.credentials`
@@ -1293,7 +1289,6 @@ container:
password: ${{ secrets.ghcr_token }}
```
{% endraw %}
{% endif %}
## `jobs.<job_id>.container.env`
@@ -1364,9 +1359,7 @@ services:
## `jobs.<job_id>.services.<service_id>.image`
The Docker image to use as the service container to run the action. The value can be the Docker Hub image name or a {% ifversion ghes < 3.0 %}public{% endif %} registry name.
{% ifversion fpt or ghes > 2.22 or ghae or ghec %}
The Docker image to use as the service container to run the action. The value can be the Docker Hub image name or a registry name.
## `jobs.<job_id>.services.<service_id>.credentials`
@@ -1389,7 +1382,6 @@ services:
password: ${{ secrets.DOCKER_PASSWORD }}
```
{% endraw %}
{% endif %}
## `jobs.<job_id>.services.<service_id>.env`