Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
14 changes: 13 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1]

### Uncategorized

- fix SLACK_WEBHOOK_TYPE to lowercase in workflow files ([#94](https://github.com/MetaMask/action-security-code-scanner/pull/94))
- Update onboarding workflow to grant write permission for workflows ([#92](https://github.com/MetaMask/action-security-code-scanner/pull/92))
- Fix contents permission in main.yml
- Merge branch 'main' into onboarding-automation-permissions-fix
Comment thread
witmicko marked this conversation as resolved.
Outdated

### Added

- Add `.github/` as a workspace package for workflow versioning
Expand All @@ -18,6 +27,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 +42,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
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
Loading