Skip to content

Commit 5dcb9de

Browse files
committed
Update changelog and input descriptions
1 parent 4fa3e8b commit 5dcb9de

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
## [UNRELEASED]
44

5-
No user facing changes.
5+
- Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new `registries` input for the `init` action. [#1221](https://github.com/github/codeql-action/pull/1221)
66

77
## 2.1.22 - 01 Sep 2022
88

99
- Downloading CodeQL packs has been moved to the `init` step. Previously, CodeQL packs were downloaded during the `analyze` step. [#1218](https://github.com/github/codeql-action/pull/1218)
10-
- Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances. [#1221](https://github.com/github/codeql-action/pull/1221)
1110
- Update default CodeQL bundle version to 2.10.4. [#1224](https://github.com/github/codeql-action/pull/1224)
1211
- The newly released [Poetry 1.2](https://python-poetry.org/blog/announcing-poetry-1.2.0) is not yet supported. In the most common case where the CodeQL Action is automatically installing Python dependencies, it will continue to install and use Poetry 1.1 on its own. However, in certain cases such as with self-hosted runners, you may need to ensure Poetry 1.1 is installed yourself.
1312

init/action.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ inputs:
3030
packages: */*
3131
token: \$\{{ secrets.GHCR_TOKEN }}
3232
33-
The url property contains the URL to the container registry you want to connect to.
33+
The `url` property contains the URL to the container registry you want to connect to.
3434
35-
The packages property contains a single entry or a list of globs specifying packages that can be found in the container registry. Order is important. Earlier entries will match before later entries.
35+
The `packages` property contains a single glob string or a list of glob strings, specifying which packages should be retrieved from this particular container registry. Order is important. Earlier entries will match before later entries.
3636
37-
The token property contains a connection token for this registry.
38-
39-
If this input is missing, the `token` input is used for all pack downloads.
40-
required: false
37+
The `token` property contains a connection token for this registry. required: false
4138
matrix:
4239
default: ${{ toJson(matrix) }}
4340
required: false

0 commit comments

Comments
 (0)