Update to match standards in actions/starter-workflows/.../pull_request_template.md

This commit is contained in:
Chris Campbell
2023-12-11 10:37:22 +00:00
parent aa49bd3095
commit 0239269003
+5 -3
View File
@@ -7,8 +7,10 @@
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency Review'
on: [pull_request]
name: 'Dependency review'
on:
pull_request:
branches: [ $default-branch ]
# If using a dependency submission action in this workflow this permission will need to be set to:
#
@@ -23,7 +25,7 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
- name: 'Checkout repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3