From 250b75dc58d48682e4dc06d2728653e2e09dfd94 Mon Sep 17 00:00:00 2001 From: rlespinasse Date: Sat, 25 Apr 2020 23:17:37 +0200 Subject: [PATCH] ci: introduce version 2.x serie --- README.md | 2 +- SECURITY.md | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 60cb9ad..7002570 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Others `Slug`-ish commands are available: ## Exposed environment variables ```yaml -- uses: rlespinasse/github-slug-action@v1.1.x +- uses: rlespinasse/github-slug-action@v2.x - name: Print slug variables run: | echo ${{ env.GITHUB_REF_SLUG }} diff --git a/SECURITY.md b/SECURITY.md index 197591b..6c5d036 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,11 +1,14 @@ # Security Policy -## Supported Versions +## Supported Versions and Branches -| Version | Supported | -|---------|--------------------| -| 1.1.x | :white_check_mark: | -| < 1.0.x | :x: | +| Version | Branch | Supported | +|---------|--------|--------------------| +| 2.x | v2.x | :white_check_mark: | +| 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