Skip to content

Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /chains/evm/deployment #449

Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /chains/evm/deployment

Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /chains/evm/deployment #449

name: "CodeOwners Enforcement"
on:
pull_request:
jobs:
enforce-codeowners:
name: "Enforce"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: write
steps:
- name: CODEOWNERS Sanity Check
uses: smartcontractkit/.github/actions/codeowners-sanity-check@codeowners-sanity-check/v1
env:
GITHUB_TOKEN: ${{ github.token }}