Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Available Workflows

Curated Reusable Workflows - see @gitadmin for updates to these workflows.

  • Super Linter

The super-linter finds issues and reports them to the console output. Fixes are suggested in the console output but not automatically fixed, and a status check will show up as failed on the pull request. Full language linting is performed unless specifed.

This action runs on ubuntu-latest (GitHub rates apply)

Example:

  linter:
    uses: ocpdude/reusable/.github/workflows/linter.yaml@main
    with:
      language: java, javascript # Optional

Supported languages/linters: https://github.com/marketplace/actions/super-linter#supported-linters

  • CodeQL Scanning

Inspect your codebase for quality and vunerabilites with CodeQL. Security vulnerabilities, bugs, and other errors are modeled as queries that can be executed against databases extracted from code. Full language analysis is performed unless specified.

This action runs on ubuntu-latest (GitHub rates apply)

Example:

  codeql:
    uses: ocpdude/reusable/.github/workflows/codeql.yaml@main
    with:
      language: java # Optional

About

Curated Reusable Workflows

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors