[GHSA-xxjr-mmjv-4gpg] Lodash has Prototype Pollution Vulnerability in _.unset and _.omit functions
#7631
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: Delete PR staging and head branches | |
| on: | |
| pull_request: | |
| branches: ["*/advisory-improvement-*"] | |
| types: [closed] | |
| paths: | |
| - "advisories/**" | |
| permissions: | |
| contents: read | |
| jobs: | |
| signal: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Record pull request signal | |
| run: echo "Delete staging and head branches signal received." |