chore(deps): update dependency safety to v3.2.13 #270
This file contains 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: TODOs on PRs | |
# only for branches other than main | |
on: | |
push: | |
branches: | |
- "**" | |
- "!main" | |
pull_request: | |
branches: | |
- "**" | |
- "!main" | |
jobs: | |
dry-run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Run tdg-github-action | |
uses: ribtoks/[email protected] | |
with: | |
TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
REPO: ${{ github.repository }} | |
SHA: ${{ github.sha }} | |
REF: ${{ github.ref }} | |
EXCLUDE_PATTERN: "\\.git/" | |
DRY_RUN: true |