Skip to content

Commit

Permalink
Update run-security-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelcroi authored Jul 25, 2024
1 parent 0490b20 commit 709ce59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
# Checkout and setup.
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 709ce59

Please sign in to comment.