Skip to content

Commit 366208b

Browse files
committed
remove all old (v1,HCL) resources
1 parent e12d0ec commit 366208b

File tree

1 file changed

+0
-73
lines changed

1 file changed

+0
-73
lines changed

README.md

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
2828
- [Deployment](#deployment)
2929
- [External Services](#external-services)
3030
- [Frontend Tools](#frontend-tools)
31-
- [Internet of Things (IOT)](#internet-of-things-iot)
3231
- [Machine Learning Ops](#machine-learning-ops)
3332
- [Build](#build)
3433
- [Cheat Sheet](#cheat-sheet)
@@ -107,10 +106,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
107106

108107
- [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action)
109108
- [Action to sync GitHub labels in the declarative way](https://github.com/micnncim/action-label-syncer)
110-
- :x: [Run GitHub Actions Locally](https://github.com/nektos/act)
111-
- :x: [Alternative (Python-based) for Running GitHub Actions Locally](https://github.com/systemslab/popper)
112-
- :question: [Manage GitHub Action workflows and actions by cli](https://github.com/inextensodigital/actions/tree/master/github-workflow) - Allows you to script edition.
113-
- :x: [GitHub Action Builder and Previewer](https://create-github-action.now.sh/)
114109
- [Add releases to GitHub](https://github.com/elgohr/Github-Release-Action)
115110
- [Publish a docker image to Dockerhub](https://github.com/elgohr/Publish-Docker-Github-Action)
116111
- [Create an issue using content from a file](https://github.com/peter-evans/create-issue-from-file)
@@ -131,13 +126,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
131126

132127
### Collection of Actions
133128

134-
- :x: [Many linters and autofixers for various languages](https://github.com/bltavares/actions)
135-
- :x: [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit)
136129
- [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions)
137130
- [GitHub Actions for Yarn 1](https://github.com/Borales/actions-yarn)
138131
- [GitHub Actions for Yarn 2](https://github.com/sergioramos/yarn-actions)
139132
- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action)
140-
- :x: [Android Build and Emulator Actions](https://github.com/vgaidarji/android-github-actions)
141133
- [GitHub Actions for R and accompanying #rstats package](http://maxheld.de/ghactions/)
142134
- [GitHub Actions for WordPress](https://github.com/10up/actions-wordpress/)
143135
- [GitHub Actions for Composer](https://github.com/MilesChou/composer-action)
@@ -152,16 +144,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
152144

153145
### Utility
154146

155-
- :x: [Sleep](https://github.com/maddox/actions/tree/master/sleep)
156-
- :x: [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200)
157-
- :x: [Run Cake tasks](https://github.com/gep13/cake-actions)
158-
- :x: [Run psake tasks](https://github.com/devblackops/psake-github-actions)
159-
- :x: [SSH](https://github.com/maddox/actions/tree/master/ssh) - Run SSH commands on a server.
160147
- [Setup `ssh-agent`](https://github.com/webfactory/ssh-agent) - Run `ssh-agent` with additional SSH keys to access private repositories.
161-
- :x: [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action)
162-
- :x: [Run pandoc](https://github.com/maxheld83/pandoc) - The swiss army knife for document conversions.
163-
- :x: [Debug Action](https://github.com/hmarr/debug-action) - Print environment variables and event to the Actions logs.
164-
- :x: [Gate actions by filtering if files matching a pattern have been touched](https://github.com/cds-snc/github-actions/tree/master/touched)
165148
- [GitHub Actions Badges for your README](https://github.com/atrox/github-actions-badge)
166149
- [GitHub Actions for Python project with poetry](https://github.com/abatilo/actions-poetry)
167150
- [GitHub Actions to compile LaTeX documents](https://github.com/xu-cheng/latex-action)
@@ -199,9 +182,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
199182

200183
#### Dependencies
201184

202-
- :x: [Review the licenses of your node dependencies](https://github.com/cds-snc/github-actions/tree/master/node-license-checker)
203-
- :x: [A GitHub Action to check your project's dependencies](https://github.com/iheanyi/licensed-action)
204-
- :x: [Check if package.json dependencies have changed](https://github.com/bencooper222/check-for-node-dep-changes)
205185
- [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install)
206186

207187
#### Semantic Versioning
@@ -213,16 +193,13 @@ Set up your GitHub Actions workflow with a specific version of your programming
213193

214194
### Static Analysis
215195

216-
- :x: [PHPQA toolsuite Action](https://github.com/mickaelandrieu/phpqa-ga)
217-
- :x: [PHP Psalm Static code analyzer Action](https://github.com/mickaelandrieu/psalm-ga)
218196
- [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga)
219197
- [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector)
220198
- [PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer)
221199
- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec)
222200

223201
#### Testing
224202

225-
- :x: [Test your Actions Locally](https://github.com/tschoffelen/gha)
226203
- [Snyk Test Action](https://github.com/snyk/actions)
227204
- [Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer)
228205
- [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter)
@@ -235,14 +212,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
235212
#### Linting
236213

237214
- [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga)
238-
- :x: [Lint a Dockerfile](https://github.com/jwr0/dockerfile-linter-action) (using replicatedhq/dockerfilelint)
239215
- [Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action)
240216
- [Run ESLint, with reviewdog output on the PR](https://github.com/reviewdog/action-eslint)
241217
- [JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js)
242-
- :x: [Lint a Dockerfile using Hadolint](https://github.com/cds-snc/github-actions/tree/master/docker-lint)
243-
- :x: [Lint terraform files using tflint](https://github.com/cds-snc/github-actions/tree/master/tf-lint)
244218
- [Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint)
245-
- :x: [Validate Puppet modules using Puppet PDK](https://github.com/mpepping/github-actions/tree/master/pdk-validate)
246219
- [autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8)
247220
- [Run `localheinz/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/localheinz/composer-normalize-action)
248221
- [Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action)
@@ -267,26 +240,21 @@ Set up your GitHub Actions workflow with a specific version of your programming
267240

268241
#### Security
269242

270-
- :x: [NPM Audit](https://github.com/JasonEtco/npm-audit-fix-action)
271243
- [A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action)
272244
- [Automatically approve and merge Dependabot updates](https://github.com/ridedott/dependabot-auto-merge-action)
273245
- [Run dlint security linter on your Python code](https://github.com/xen0l/dlint-check)
274-
- :x: [Scan git commits for secrets with gitleaks](https://github.com/eshork/gitleaks-action)
275-
- :x: [Scan for secrets in your source code](https://github.com/cds-snc/github-actions/tree/master/seekret)
276246
- [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values.
277247
- [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
278248
- [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.
279249

280250
#### Code Coverage
281251

282-
- :x: [Send your latest code coverage score to Coveralls.io](https://github.com/gavinhenderson/coveralls-action)
283252
- [Scan code with SonarCloud](https://github.com/sonarsource/sonarcloud-github-action)
284253
- [Send your code coverage to codecov.io](https://github.com/codecov/codecov-action)
285254
- [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
286255

287256
### Monitoring
288257

289-
- :x: [Run web performance audits using Sitespeed.io](https://github.com/sitespeedio/sitespeed.io/tree/master/docker/github-action)
290258
- [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action)
291259
- [Runs Lighthouse and posts results to PRs and Slack](https://github.com/foo-software/lighthouse-check-action)
292260
- [Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action)
@@ -296,16 +264,11 @@ Set up your GitHub Actions workflow with a specific version of your programming
296264

297265
- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action)
298266
- [Open or update pull request on branch push (with branch selection)](https://github.com/vsoch/pull-request-action)
299-
- :x: [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action)
300-
- :x: [Cleanup branches after merge](https://github.com/jessfraz/branch-cleanup-action)
301267
- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase)
302-
- :x: [Evaluate Clojure in the issue comment](https://github.com/repetitive/actions/tree/master/clojure)
303-
- :x: [Create Pull Request when branch is pushed](https://github.com/repetitive/actions/tree/master/auto-pull-request)
304268
- [Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action)
305269
- [Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label)
306270
- [Auto approve pull requests](https://github.com/hmarr/auto-approve-action)
307271
- [Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign-action)
308-
- :x: [Auto-commit back any changes made by previous actions](https://github.com/cds-snc/github-actions/tree/master/auto-commit)
309272
- [Add labels to Pull Request based on branch name patterns](https://github.com/TimonVS/pr-labeler-action)
310273
- [Add labels to Pull Request based on total size of the diff](https://github.com/pascalgn/size-label-action)
311274
- [Automatically merge Pull Requests that are ready](https://github.com/pascalgn/automerge-action)
@@ -326,32 +289,21 @@ Set up your GitHub Actions workflow with a specific version of your programming
326289
### GitHub Pages
327290

328291
- [Deploy a Zola site to GitHub Pages](https://github.com/shalzz/zola-deploy-action)
329-
- :x: [Visualize your Dockerfile with a Container Tree](https://www.github.com/vsoch/containertree)
330292
- [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages)
331293
- [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages)
332294
- [Google Dataset Search Metadata](https://www.github.com/openschemas/extractors/) - And other schema.org extractors to make datasets discoverable from GitHub pages.
333-
- :x: [Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) - No building, just deploying.
334295
- [GitHub Actions for deploying to GitHub Pages with Static Site Generators](https://github.com/peaceiris/actions-gh-pages)
335296
- [GitHub Action for Hexo](https://github.com/heowc/action-hexo)
336297
- [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google)
337298

338299
### Notifications and Messages
339300

340-
- :x: [Confucious Wisdom (Pull Request Failure Message)](https://github.com/vsoch/confucious-actions)
341301
- [Send a Discord notification](https://github.com/Ilshidur/action-discord)
342-
- :x: [Send a Slack message](https://github.com/apex/actions/tree/master/slack)
343302
- [Post a Slack message as a bot](https://github.com/pullreminders/slack-action)
344-
- :x: [Update Twitter status](https://github.com/xorilog/twitter-action)
345-
- :x: [Generate Tweet content to share pull request file(s) after merge](https://github.com/vsoch/twitter-share-action/tree/master/pull_request_share)
346303
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
347-
- :x: [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action)
348-
- :x: [Send email on failed GitHub Checks](https://github.com/cirrus-actions/email)
349-
- :x: [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action)
350304
- [Send a Telegram Message](https://github.com/appleboy/telegram-action)
351305
- [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/telegram-action)
352306
- [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together)
353-
- :question: [Send a Push Notification via Pushover.net](https://github.com/maddox/actions/tree/master/pushover)
354-
- :x: [Send a dynamic notification to any service using Apprise](https://github.com/cstuder/apprise-ga)
355307
- [Send a Push Notification via Push by Techulus](https://github.com/techulus/push-github-action)
356308
- [Send email with SendGrid](https://github.com/peter-evans/sendgrid-action)
357309
- [Send a Push Notification via Join](https://github.com/ShaunLWM/action-join)
@@ -367,20 +319,11 @@ Set up your GitHub Actions workflow with a specific version of your programming
367319
- [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions)
368320
- [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub)
369321
- [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action)
370-
- :x: [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node)
371-
- :x: [Deploy via rsync over ssh](https://github.com/maxheld83/ghaction-rsync)
372-
- :x: [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action)
373322
- [Purge Cloudflare cache after updating a website](https://github.com/jakejarvis/cloudflare-purge-action)
374323
- [Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action)
375-
- :x: [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action)
376-
- :x: [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive)
377-
- :x: [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress)
378324
- [Deploy a Theme to Shopify](https://github.com/pgrimaud/action-shopify)
379325
- [Trigger multiple GitLab CI Pipeline](https://github.com/appleboy/gitlab-ci-action)
380326
- [Trigger multiple Jenkins Jobs](https://github.com/appleboy/jenkins-action)
381-
- :x: [GitHub Deployment API](https://github.com/unacast/actions/tree/master/github-deploy)
382-
- :x: [GitHub Action for zem](https://github.com/artemnovichkov/action-zem)
383-
- :x: [GitHub Action for Homebrew](https://github.com/artemnovichkov/action-homebrew)
384327
- [GitHub Action for Homebrew Tap](https://github.com/izumin5210/action-homebrew-tap)
385328
- [Copy files and artifacts via SSH](https://github.com/appleboy/scp-action)
386329
- [Executing remote ssh commands](https://github.com/appleboy/ssh-action)
@@ -416,9 +359,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
416359

417360
#### AWS
418361

419-
- :x: [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions/tree/master/up)
420-
- :x: [Deploy serverless infrastructure with AWS SAM](https://github.com/apex/actions/tree/master/aws/sam)
421-
- :x: [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless)
422362
- [Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action)
423363
- [Deploy Lambda code to an existing function](https://github.com/appleboy/lambda-action)
424364

@@ -431,10 +371,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
431371
### External Services
432372

433373
- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)
434-
- :x: [Configure a DNS Record on Cloudflare](https://github.com/xorilog/cloudflare-dns-action)
435-
- :x: [Firebase](https://github.com/natemoo-re/action-firebase)
436374
- [GitHub Action for Firebase](https://github.com/w9jds/firebase-action)
437-
- :x: [GitHub Action for JFrog CLI](https://github.com/retgits/actions/tree/master/jfrog-cli)
438375
- [GitHub Action for Contentful Migration CLI](https://github.com/Shy/contentful-action)
439376
- [GitHub Actions for Pixela (a-know/pi)](https://github.com/peaceiris/actions-pixela)
440377
- [GitHub Action for Google Cloud Platform (GCP)](https://github.com/exelban/gcloud)
@@ -446,17 +383,12 @@ Set up your GitHub Actions workflow with a specific version of your programming
446383

447384
- [Execute Gradle task](https://github.com/MrRamych/gradle-actions)
448385
- [JS Build Actions](https://github.com/elstudio/actions-js-build) - Run Grunt or Gulp build tasks and commit file changes.
449-
- :x: [Ember CLI Actions](https://github.com/NuckChorris/ember-cli-actions)
450386
- [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action)
451387
- [Runs a WebPageTest audit and prints the results as commit comment](https://github.com/JCofman/webPagetestAction)
452388
- [GitHub Actions for Hugo extended](https://github.com/peaceiris/actions-hugo)
453389
- [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files.
454390
- [GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook)
455391

456-
### Internet of Things (IOT)
457-
458-
- :x: [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant)
459-
460392
### Machine Learning Ops
461393

462394
- [Submitting Argo Workflows (Cloud Agnostic)](https://github.com/machine-learning-apps/actions-argo)
@@ -476,11 +408,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
476408

477409
## Tutorials
478410

479-
- :x: [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)
480-
- :x: [Deploying to Firebase Hosting with GitHub Actions](https://natemoo.re/posts/action-firebase)
481-
- :x: [Building GitHub Actions in Node.js](https://jasonet.co/posts/building-github-actions-in-node/)
482-
- :x: [GitHub Actions on Android project](http://vgaidarji.me/blog/2019/01/27/github-actions)
483-
- :x: [GitHub Actions for PHP Developers](https://stefanzweifel.io/posts/github-actions-for-php-developers/)
484411
- [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400)
485412
- [Converting Docker-based Actions to JavaScript/TypeScript](https://httgp.com/converting-github-actions-from-docker-to-javascript/)
486413
- [GitHub Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a)

0 commit comments

Comments
 (0)