Skip to content

build(deps): bump github.com/aptos-labs/aptos-go-sdk from 1.7.1-0.20250602153733-bb1facae1d43 to 1.11.0 #197

build(deps): bump github.com/aptos-labs/aptos-go-sdk from 1.7.1-0.20250602153733-bb1facae1d43 to 1.11.0

build(deps): bump github.com/aptos-labs/aptos-go-sdk from 1.7.1-0.20250602153733-bb1facae1d43 to 1.11.0 #197

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 }}