From ef73094cace74c8ec1db57e3599821b9d0dcd97a Mon Sep 17 00:00:00 2001 From: yokawasa Date: Tue, 25 Feb 2020 00:49:34 +0900 Subject: [PATCH 1/8] Added action-sqlcheck --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2898d86..d577063 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [PHP_CodeSniffer With Annotations](https://github.com/chekalsky/phpcs-action) - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) +- [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) #### Security From 84a90f14cd1a3bf449e5a7b1fa8539eee6e87134 Mon Sep 17 00:00:00 2001 From: tailaiw Date: Sun, 1 Mar 2020 15:41:56 -0600 Subject: [PATCH 2/8] added "mind your language action" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2898d86..7b311cb 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) - [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files. - [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files. +- [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. #### Environments @@ -196,7 +197,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer) -- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec) +- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec) #### Testing From d730fe7e6be4471352fb7a7897cbf84ef5c1a7b0 Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Thu, 5 Mar 2020 19:31:31 -0800 Subject: [PATCH 3/8] Adding https://github.com/jessicalostinspace/commit-difference-action to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2898d86..7bd5ca5 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) - [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) - [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it) +- [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) ### Collection of Actions From 1422c603f77f4e1b8a879830f90b8f0f32bbb38b Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Thu, 5 Mar 2020 20:13:06 -0800 Subject: [PATCH 4/8] Adding lint ignore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd5ca5..58cb4c0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) +# Awesome Actions [![Awesome] (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) > A curated list of awesome things related to [GitHub Actions](https://github.com/actions). From efde2060d300a6242f498860e4bde63e17ba6cb7 Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Thu, 5 Mar 2020 20:15:59 -0800 Subject: [PATCH 5/8] Moving lint ignore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58cb4c0..7ed5b9f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-# Awesome Actions [![Awesome] (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) +# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) > A curated list of awesome things related to [GitHub Actions](https://github.com/actions). From 1055e1ccd8a69fa2a745e60f6ccf7a0436dd0900 Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Thu, 5 Mar 2020 20:19:16 -0800 Subject: [PATCH 6/8] Moving lint ignore --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed5b9f..98541cf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@

-# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) + +# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) > A curated list of awesome things related to [GitHub Actions](https://github.com/actions). From 120eff5edc8fac8a2db20d058463c31da33fde9a Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Thu, 5 Mar 2020 20:33:50 -0800 Subject: [PATCH 7/8] Moving lint ignore --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 98541cf..7ed5b9f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@

- -# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) +# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) > A curated list of awesome things related to [GitHub Actions](https://github.com/actions). From 667549b1f797933ab0a899e67391efc1c5114542 Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Thu, 5 Mar 2020 20:39:51 -0800 Subject: [PATCH 8/8] Moving lint ignore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed5b9f..8b6224c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) +# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) > A curated list of awesome things related to [GitHub Actions](https://github.com/actions).