Skip to content

Commit eb6c199

Browse files
committed
update examples to show @v5
1 parent 3943c2c commit eb6c199

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can install the action on any public repository, or any organization-owned p
7272
- name: 'Checkout Repository'
7373
uses: actions/checkout@v6
7474
- name: 'Dependency Review'
75-
uses: actions/dependency-review-action@v4
75+
uses: actions/dependency-review-action@v5
7676
```
7777
7878
#### Installation (GitHub Enterprise Server)
@@ -97,7 +97,7 @@ You can install the action on repositories on GitHub Enterprise Server.
9797
- name: 'Checkout Repository'
9898
uses: actions/checkout@v6
9999
- name: 'Dependency Review'
100-
uses: actions/dependency-review-action@v4
100+
uses: actions/dependency-review-action@v5
101101
```
102102

103103
4. In the workflow file, replace the `runs-on` value with the label of any of your runners. (The default value is `self-hosted`.)
@@ -166,7 +166,7 @@ You can pass configuration options to the dependency review action using your wo
166166
- name: 'Checkout Repository'
167167
uses: actions/checkout@v6
168168
- name: Dependency Review
169-
uses: actions/dependency-review-action@v4
169+
uses: actions/dependency-review-action@v5
170170
with:
171171
fail-on-severity: moderate
172172
@@ -193,7 +193,7 @@ You can use an external configuration file to specify settings for this action.
193193
- name: 'Checkout Repository'
194194
uses: actions/checkout@v6
195195
- name: Dependency Review
196-
uses: actions/dependency-review-action@v4
196+
uses: actions/dependency-review-action@v5
197197
with:
198198
config-file: './.github/dependency-review-config.yml'
199199
```
@@ -206,7 +206,7 @@ You can use an external configuration file to specify settings for this action.
206206

207207
```yaml
208208
- name: Dependency Review
209-
uses: actions/dependency-review-action@v4
209+
uses: actions/dependency-review-action@v5
210210
with:
211211
config-file: 'github/octorepo/dependency-review-config.yml@main'
212212
external-repo-token: 'ghp_123456789abcde'

0 commit comments

Comments
 (0)