Skip to content

Commit

Permalink
ci: use sha instead of ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 14, 2021
1 parent 795dee2 commit 40e9171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc-conformity-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: '^1.16.0'
- name: Update fosite
run: |
go mod edit -replace github.com/ory/fosite=github.com/ory/fosite@${{ github.ref }}
go mod edit -replace github.com/ory/fosite=github.com/ory/fosite@${{ github.sha }}
go mod tidy
- name: Start service
run: ./test/conformance/start.sh
Expand Down

0 comments on commit 40e9171

Please sign in to comment.