Skip to content

getsentry/find-deprecated-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Deprecated GitHub Actions

This action finds GitHub actions that have deprecation warnings.

This should not be depended on for production use. It is merely a tool meant to help you find deprecated actions in your repository.

Setup

First, add a GITHUB_TOKEN environment variable to your .env file.

npm install
npm run build

or

yarn install
yarn build

Usage

Run on all repos in a given organization:

node dist/index.js --org=<org>

Run on a single repo:

node dist/index.js --org=<org> --repo=<repo>

Run on multiple repos:

node dist/index.js --org=<org> --repos=<repo1,repo2,repo3>

About

No description or website provided.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published