Skip to content

Commit

Permalink
Update process_commits.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder authored Sep 15, 2023
1 parent c399883 commit 98bcdb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/process_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
path: code_to_process
token: ${{secrets.VUL_DRILLER_TOKEN}}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: CERTCC/git_vul_driller
path: git_vul_driller
Expand Down

0 comments on commit 98bcdb1

Please sign in to comment.