Skip to content

chore(deps): Bump docker/login-action from 4.5.2 to 4.6.0 (#276) #444

chore(deps): Bump docker/login-action from 4.5.2 to 4.6.0 (#276)

chore(deps): Bump docker/login-action from 4.5.2 to 4.6.0 (#276) #444

Workflow file for this run

name: MegaLinter
on:
push:
pull_request:
branches: [main]
jobs:
megalinter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: oxsecurity/megalinter/flavors/python@v9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}