Skip to content

chore(deps): update docker/login-action digest to abd2ef4 #227

chore(deps): update docker/login-action digest to abd2ef4

chore(deps): update docker/login-action digest to abd2ef4 #227

Workflow file for this run

# These set of workflows run on every push to the main branch
name: PR Checks
permissions:
contents: read
security-events: write
on:
workflow_dispatch:
pull_request:
jobs:
security:
name: Security Scan
uses: ./.github/workflows/security.yml
linting:
name: Linting
uses: ./.github/workflows/lint.yml
tests:
name: Tests
uses: ./.github/workflows/test.yml