Skip to content

Commit

Permalink
Update GitHub Action workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <[email protected]>
  • Loading branch information
adityasaky committed Jan 17, 2024
1 parent 89be368 commit 0c23ee6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install gittuf
uses: gittuf/gittuf-installer@74bc31fb990a714302c6cf75f91cccdaf33961bc
with:
gittuf-version: '0.1.0'
uses: gittuf/gittuf-installer@8ce8fbd070477ec72678151e82b82c3d866d9fcd
- name: Checkout and verify repository
run: |
gittuf clone https://github.com/${{ github.repository }}
cd ci-demo
gittuf verify-ref -f main
gittuf verify-ref main

0 comments on commit 0c23ee6

Please sign in to comment.