From cdc7b37c8ac1a8ecf462d4ac630a10e08c71f797 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Tue, 24 Mar 2020 21:53:24 +0300 Subject: [PATCH 1/7] add "setup-cocoapods" action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..762799e 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) +- [GitHub Actions for Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) ### Utility From 2c397b89eee5a6545bc17ce2248349de53ce3afb Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Mon, 30 Mar 2020 11:49:04 +0300 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 762799e..cfe9db9 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) -- [GitHub Actions for Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) ### Utility @@ -181,6 +180,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. +- [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods #### Environments From ebbd81436e975307ef56ddde73b416dddfc4276c Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Thu, 9 Apr 2020 17:17:21 +0200 Subject: [PATCH 3/7] add action playbook --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49d7313..1d94a33 100644 --- a/README.md +++ b/README.md @@ -376,6 +376,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action) - [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle) - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) +- [Github Action for running Ansible Playbooks](https://github.com/arillso/action.playbook) #### Docker From 5fa97938793d357fe429698b9df7944a3692bcb2 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Sat, 11 Apr 2020 12:38:51 +0200 Subject: [PATCH 4/7] fix lint --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d94a33..4da8e57 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,15 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers. ### Official Actions + + #### Workflow Tool Actions Tool actions for your workflow. + - [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations. - [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow. - [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow. @@ -183,7 +186,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. -- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably. +- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably. - [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in commited files. - [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths. - [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output. @@ -376,7 +379,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action) - [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle) - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) -- [Github Action for running Ansible Playbooks](https://github.com/arillso/action.playbook) +- [GitHub Action for running Ansible Playbooks](https://github.com/arillso/action.playbook) #### Docker @@ -403,7 +406,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules. - [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows) - ### External Services - [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions) From b55abeef7c2d7f58dade770c37a80f138c6299ca Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Mon, 13 Apr 2020 13:48:03 +0300 Subject: [PATCH 5/7] docs: moved snyk from testing to security section Snyk is more fitting in the Security category rather than a testing one, so I moved it around. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a10fa56..48f1aa9 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,6 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Testing -- [Snyk Test Action](https://github.com/snyk/actions) - [Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer) - [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter) - [Run codeception tests](https://github.com/joelwmale/codeception-action) @@ -262,6 +261,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Security +- [Snyk Test Action](https://github.com/snyk/actions) - [A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action) - [Automatically approve and merge Dependabot updates](https://github.com/ridedott/dependabot-auto-merge-action) - [Run dlint security linter on your Python code](https://github.com/xen0l/dlint-check) From 8c2db197a2aba064787f66d4bff1434b28068749 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Mon, 13 Apr 2020 22:18:25 +0200 Subject: [PATCH 6/7] Adjustments after feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da8e57..8bac97a 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action) - [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle) - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) -- [GitHub Action for running Ansible Playbooks](https://github.com/arillso/action.playbook) +- [Run Ansible Playbooks](https://github.com/arillso/action.playbook) #### Docker From 94733cb76e6a1f904b266880c0dd70d792e02986 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 14 Apr 2020 13:26:29 +0300 Subject: [PATCH 7/7] fix: moved to the end of the security list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f1aa9..49400d5 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,6 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Security -- [Snyk Test Action](https://github.com/snyk/actions) - [A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action) - [Automatically approve and merge Dependabot updates](https://github.com/ridedott/dependabot-auto-merge-action) - [Run dlint security linter on your Python code](https://github.com/xen0l/dlint-check) @@ -269,6 +268,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint) - [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. +- [Snyk Test Action](https://github.com/snyk/actions) #### Code Coverage