Skip to content

Commit

Permalink
Merge pull request #1024 from eclipse-tractusx/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
nicoprow authored Aug 6, 2024
2 parents d5d953a + 09bdcd0 commit 351c820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensure full clone for pull request workflows
ref: ${{ github.head_ref }} # Fetch specific branch/commit for pull requests
Expand Down

0 comments on commit 351c820

Please sign in to comment.