chore(deps): bump golang from 2611181 to ac09a5f in the docker group
#14439
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: "CLA" | |
| on: # yamllint disable-line rule:truthy | |
| issue_comment: | |
| types: | |
| - "created" | |
| pull_request_target: | |
| types: | |
| - "opened" | |
| - "closed" | |
| - "synchronize" | |
| merge_group: | |
| types: | |
| - "checks_requested" | |
| permissions: | |
| actions: "write" | |
| contents: "read" # CLA signatures are stored in https://github.com/authzed/cla | |
| pull-requests: "write" | |
| statuses: "write" | |
| jobs: | |
| cla: | |
| name: "Check Signature" | |
| runs-on: "depot-ubuntu-24.04-small" | |
| steps: | |
| - uses: "authzed/actions/cla-check@11667c9b2e8b3649ad2af4d788e57d18f8e8eaf1" # main | |
| with: | |
| github_token: "${{ secrets.GITHUB_TOKEN }}" | |
| cla_assistant_token: "${{ secrets.CLA_ASSISTANT_ACCESS_TOKEN }}" |