| name: Generate module diff |
| on: |
| pull_request: |
| branches: |
| - main |
| paths: |
| - 'modules/**' |
| |
| jobs: |
| generate_module_diff: |
| runs-on: ubuntu-latest |
| steps: |
| - name: Harden Runner |
| uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 |
| with: |
| egress-policy: audit |
| |
| - name: Check out PR code |
| uses: actions/checkout@v6 |
| with: |
| ref: ${{ github.event.pull_request.head.ref }} |
| repository: ${{ github.event.pull_request.head.repo.full_name }} |
| |
| - name: Generate module diff ( ⭐ 🔍 Expand here to see the diff ⭐) |
| uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@983681bb6ac2ae9db0d61137fb10833a41a10aa5 |
| with: |
| action-type: diff_module |