Skip to content

chore(ci): migrate all workflows from PAT to GITHUB_TOKEN/App Token [SEC-58] #91

chore(ci): migrate all workflows from PAT to GITHUB_TOKEN/App Token [SEC-58]

chore(ci): migrate all workflows from PAT to GITHUB_TOKEN/App Token [SEC-58] #91

name: Code Quality Checks
on:
pull_request:
branches: ['master']
types: ['opened', 'reopened', 'synchronize']
permissions:
contents: read
jobs:
build:
name: Code Quality Checks
runs-on: macOS-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Checkout source branch
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Install Cocoapods
run: gem install cocoapods
- name: Execute pod lint
run: pod lib lint --no-clean --allow-warnings