Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down