Skip to content

Commit

Permalink
Replace unpinned actions with pinned action
Browse files Browse the repository at this point in the history
  • Loading branch information
stacklokbot committed May 13, 2024
1 parent 5183c10 commit 8e5a228
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Dependency Review
uses: StacklokLabs/trusty-dependency-review-action@add_trusty_scores
uses: StacklokLabs/trusty-dependency-review-action@f4a8109b8e9a2fdacd9f6b1238ed5687ffc0a81e # add_trusty_scores

0 comments on commit 8e5a228

Please sign in to comment.