Skip to content

Commit

Permalink
Update DependencyReview.yml
Browse files Browse the repository at this point in the history
Testing fix to action
  • Loading branch information
AlexWilson-GIS authored Mar 25, 2024
1 parent ab27ac6 commit 5b94499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DependencyReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@remove-warn-default
with:
# This argument supplies the configuration file in this repo to your action.
config-file: './.github/dependency-review-config.yml'
# You only need this if the repo containing the config file is not publicly accessible.
# This currently includes all GHES repos.
#external-repo-token: ${{ secrets.GITHUB_TOKEN }} # or a personal access token
#external-repo-token: ${{ secrets.GITHUB_TOKEN }} # or a personal access token

0 comments on commit 5b94499

Please sign in to comment.