chore(deps): update zizmorcore/zizmor-action action to v0.5.3 #166
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: Check CLA | |
| permissions: | |
| contents: read | |
| on: [pull_request] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| cla-check: | |
| name: Check CLA | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: read # required to retrieve PR author email | |
| steps: | |
| - name: Check if CLA is signed | |
| uses: canonical/has-signed-canonical-cla@19bae73390fdbfdc1ef9a9bb9408d87a1de755f6 # v2 |