From c8fb92cb80e7c56b1364ad8df6e067e958321d6b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 14 Mar 2023 11:18:20 -0600 Subject: [PATCH] Updated README.md (#1026) Co-authored-by: jackton1 Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b029204693d..b0e5597ca6a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Retrieve all changed files and directories relative to the target branch or the * [Useful Acronyms](#useful-acronyms) * [Outputs](#outputs) * [Inputs](#inputs) +* [Versioning](#versioning) * [Examples](#examples) * [Real world example](#real-world-example) * [Known Limitation](#known-limitation) @@ -241,7 +242,6 @@ For example, `v1.2.3-sec` would indicate a security-hardened version of the acti Using this versioning convention helps ensure that users can easily identify and choose security-hardened versions of this action when integrating it into their workflows. - ## Examples
@@ -776,11 +776,17 @@ With the switch from using grep's Extended regex to match files to the natively This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter). * [tj-actions/glob](https://github.com/tj-actions/glob) + * [tj-actions/auto-doc](https://github.com/tj-actions/auto-doc) + * [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) + * [tj-actions/demo](https://github.com/tj-actions/demo) + * [tj-actions/demo2](https://github.com/tj-actions/demo2) + * [tj-actions/demo3](https://github.com/tj-actions/demo3) + * [tj-actions/release-tagger](https://github.com/tj-actions/release-tagger) * Free software: [MIT license](LICENSE)