diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 9685ba4..ae9a528 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] + +### Fixed + +- Update onboarding workflow to grant write permission for workflows ([#92](https://github.com/MetaMask/action-security-code-scanner/pull/92)) + ### Added - Add `.github/` as a workspace package for workflow versioning @@ -18,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fix: slack action ([#95](https://github.com/MetaMask/action-security-code-scanner/pull/95)) +- fix: resource not accessible by integration - Fix Slack webhook configuration to use `webhook-type` input instead of deprecated `SLACK_WEBHOOK_TYPE` env var - Add `actions: read` permission to zizmor job to fix "resource not accessible by integration" errors in private repositories @@ -31,5 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Addressed zizmor findings -[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/MetaMask/action-security-code-scanner/releases/tag/v2.1.0 diff --git a/.github/package.json b/.github/package.json index 05028b3..2f96aca 100644 --- a/.github/package.json +++ b/.github/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/action-code-scanner-github", - "version": "2.1.0", + "version": "2.1.1", "private": true, "description": "GitHub Actions workflows for the security code scanner", "repository": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 794b90d..e423977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] + ### Added - Add `.github/` as a workspace package for workflow versioning @@ -96,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of this action ([#29](https://github.com/MetaMask/action-security-code-scanner/pull/29)) -[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.5...v2.1.0 [2.0.5]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.3...v2.0.4 diff --git a/package.json b/package.json index 82110b4..454ddeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/action-security-code-scanner", - "version": "2.1.0", + "version": "2.1.1", "private": true, "description": "Security Code Scanner", "repository": {