Skip to content

Bump actions/dependency-review-action from 3.0.6 to 3.1.0 #62

Bump actions/dependency-review-action from 3.0.6 to 3.1.0

Bump actions/dependency-review-action from 3.0.6 to 3.1.0 #62

Workflow file for this run

name: 'Lint Code Base'
on:
pull_request:
push:
branches: [ stable, testing ]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}