Skip to content

Commit 6687f04

Browse files
ci: update action actions/dependency-review-action from 3b139cf to 595b5ae
1 parent 0748dd5 commit 6687f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Run check (push)
9090
if: github.event_name == 'push'
91-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 #v4.5.0
91+
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
9292
with:
9393
allow-licenses: MIT, ISC, CC0-1.0, Apache-2.0, BSD-3-Clause, Unlicense
9494
head-ref: ${{ github.sha }}
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Run check (pull_request)
101101
if: github.event_name == 'pull_request'
102-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 #v4.5.0
102+
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
103103
with:
104104
allow-licenses: MIT, ISC, CC0-1.0, Apache-2.0, BSD-3-Clause, Unlicense
105105
fail-on-severity: low

0 commit comments

Comments
 (0)