Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
needs: [ base ]
uses: ./.github/workflows/integration-awslc.yml
with:
commit: v1.72.0
commit: v5.0.0
secrets: inherit
ct-test:
name: Constant-time
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench_ec2_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
echo "Using AMI ID: $AMI_ID"
echo "AMI_ID=$AMI_ID" >> "$GITHUB_OUTPUT"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
with:
role-to-assume: ${{ env.AWS_ROLE }}
aws-region: ${{ inputs.aws_region }}
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
with:
role-to-assume: ${{ env.AWS_ROLE }}
aws-region: ${{ inputs.aws_region }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_ec2_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo "Using AMI ID: $AMI_ID"
echo "AMI_ID=$AMI_ID" >> "$GITHUB_OUTPUT"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
with:
role-to-assume: ${{ env.AWS_ROLE }}
aws-region: ${{ env.AWS_REGION }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
with:
role-to-assume: ${{ env.AWS_ROLE }}
aws-region: ${{ env.AWS_REGION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_ec2_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
echo "Using AMI ID: $AMI_ID"
echo "AMI_ID=$AMI_ID" >> "$GITHUB_OUTPUT"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
with:
role-to-assume: ${{ env.AWS_ROLE }}
aws-region: ${{ env.AWS_REGION }}
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
with:
role-to-assume: ${{ env.AWS_ROLE }}
aws-region: ${{ env.AWS_REGION }}
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 @@ -41,7 +41,7 @@ jobs:
packages: 'cmake python3-jinja2 python3-tabulate python3-git python3-pytest valgrind'
- uses: ./.github/actions/setup-oqs
with:
commit: 'd8509387febc9e32466c86aab544d225d60c8e3c' # main (2026-04-21)
commit: 'f986aea60a9f3cb4055474aa212538bb0b14f1fe' # main (2026-05-27)
gh_token: ${{ secrets.GITHUB_TOKEN }}
repository: 'open-quantum-safe/liboqs'
- name: Apply patch
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-pavona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
with:
role-to-assume: ${{ env.AWS_ROLE }}
aws-region: ${{ env.AWS_REGION }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: ./.github/actions/setup-pavona
with:
pavona-repository: https://github.com/pavona/pavona
pavona-commit: release/2026.05.p0
pavona-commit: 96b8bca4c1025e3b599b53b912ed6afc5a098115 # main (2026-06-01)

- name: Patch mldsa-native dependency
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
if: ${{ always() && needs.start-ec2-runner.result != 'skipped' }} # required to stop the runner even if errors occur
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
with:
role-to-assume: ${{ env.AWS_ROLE }}
aws-region: ${{ env.AWS_REGION }}
Expand Down
15 changes: 0 additions & 15 deletions integration/pavona/add_polyvec_lazy.patch

This file was deleted.

32 changes: 0 additions & 32 deletions integration/pavona/reduce_alloc.patch

This file was deleted.