Skip to content

Commit ed6bc2e

Browse files
committed
Pin GitHub action versions
1 parent eb2d583 commit ed6bc2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: 'Checkout Repository'
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3030
- name: 'Dependency Review PR'
31-
uses: actions/dependency-review-action@v4.3.4
31+
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
3232
with:
3333
base-ref: ${{ github.event.before }}
3434
head-ref: ${{ github.sha }}

0 commit comments

Comments
 (0)