Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
uses: ./.github/workflows/integration-opentitan.yml
secrets: inherit
awslc_integration_fixed:
name: AWS-LC (873ca6f2)
name: AWS-LC (v1.64.0)
permissions:
contents: 'read'
id-token: 'write'
needs: [ base ]
uses: ./.github/workflows/integration-awslc.yml
with:
commit: 6d2eb62ba375ebba7ab20ab277332f5bff9e13f0
commit: 7187ab572ddcdae4fa408e932d3e878c9941137b # v1.64.0
secrets: inherit
awslc_integration_head:
name: AWS-LC (HEAD)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-liboqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
packages: 'cmake python3-jinja2 python3-tabulate python3-git python3-pytest valgrind'
- uses: ./.github/actions/setup-oqs
with:
commit: '94b421ebb82405c843dba4e9aa521a56ee5a333d' # v0.14.0
commit: '97f6b86b1b6d109cfd43cf276ae39c2e776aed80' # v0.15.0
- name: Apply patch
run: |
cd $LIBOQS_DIR
Expand Down
Loading