MOLCodesignChecker: Fix the initWithSecStaticCodeRef: initializers #2181
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Process PRs | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| labels: | |
| name: Labelers | |
| runs-on: ubuntu-latest | |
| # Labeling is best-effort. Fork PRs get a read-only GITHUB_TOKEN, so the | |
| # labeler can't apply labels there — don't let that fail the PR. | |
| continue-on-error: true | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2 | |
| with: | |
| sparse-checkout: .github | |
| - name: Apply Labels | |
| uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # ratchet:actions/labeler@v6 | |
| with: | |
| configuration-path: .github/labeler-pr.yml | |
| - name: Apply Size Labels | |
| uses: codelytv/pr-size-labeler@4ec67706cd878fbc1c8db0a5dcd28b6bb412e85a # ratchet:codelytv/pr-size-labeler@v1.10.3 | |