mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-13 10:01:12 +00:00
ci: introduce version 2.x serie
This commit is contained in:
@@ -18,7 +18,7 @@ Others `Slug`-ish commands are available:
|
|||||||
## Exposed environment variables
|
## Exposed environment variables
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: rlespinasse/github-slug-action@v1.1.x
|
- uses: rlespinasse/github-slug-action@v2.x
|
||||||
- name: Print slug variables
|
- name: Print slug variables
|
||||||
run: |
|
run: |
|
||||||
echo ${{ env.GITHUB_REF_SLUG }}
|
echo ${{ env.GITHUB_REF_SLUG }}
|
||||||
|
|||||||
13
SECURITY.md
13
SECURITY.md
@@ -1,11 +1,14 @@
|
|||||||
# Security Policy
|
# Security Policy
|
||||||
|
|
||||||
## Supported Versions
|
## Supported Versions and Branches
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Branch | Supported |
|
||||||
|---------|--------------------|
|
|---------|--------|--------------------|
|
||||||
| 1.1.x | :white_check_mark: |
|
| 2.x | v2.x | :white_check_mark: |
|
||||||
| < 1.0.x | :x: |
|
| 1.1.x | v1.1.x | :white_check_mark: |
|
||||||
|
| < 1.0.x | master | :x: |
|
||||||
|
|
||||||
|
A GitHub repository can used one of the available branches as action inside its workflows.
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user