Skip to content

github: bump docker login-action to v3 #73

github: bump docker login-action to v3

github: bump docker login-action to v3 #73

Workflow file for this run

name: Verify code
on:
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
verify:
uses: "./.github/workflows/common-verify-code.yaml"
permissions:
contents: read
security-events: write