Skip to content

Commit

Permalink
ci: Test checkout v1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jun 11, 2024
1 parent 7fc7d13 commit 42ee89e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
options: --name sss-scanner
steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v4
# Hitting https://github.com/actions/checkout/issues/334 so trying v1
uses: actions/checkout@v1
with:
fetch-depth: 0
path: /tmp
Expand Down

0 comments on commit 42ee89e

Please sign in to comment.