From 8f13f8c70ca7075ee480231cda464654b9bc4e57 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 13 Mar 2023 00:32:04 +0100 Subject: [PATCH] Update readme and changelog for #1 Dates for the releases in the changelog are taken from the non- squashed commits of . --- CHANGELOG.md | 12 ++++++++++++ README.md | 5 +++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94474b3..d33d4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1] - 2020-05-10 + +### Fixed + +- GitHub Actions does not support sequences as input + +## [1.3.0] - 2022-05-09 + +### Added + +- Add support for ignores (#1) + ## [1.2.0] - 2020-05-07 ### Fixed diff --git a/README.md b/README.md index 2b6c209..a79f064 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: security_audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -66,7 +66,7 @@ jobs: audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -83,5 +83,6 @@ For each new advisory (including informal) an issue will be created: | Name | Required | Description | Type | Default | | ------------| -------- | ---------------------------------------------------------------------------| ------ | --------| | `token` | ✓ | [GitHub token], usually a `${{ secrets.GITHUB_TOKEN }}` | string | | +| `ignore` | | Comma-separated list of advisory ids to ignore | string | | [GitHub token]: https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token