diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b40180f1..464ccd54 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: download SDK - run: wget https://download.01.org/intel-sgx/sgx-linux/2.23/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.23.100.2.bin + run: wget https://download.01.org/intel-sgx/sgx-linux/2.24/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.24.100.3.bin - name: install SDK run: chmod +x *.bin; echo yes | ./sgx_linux_x64_sdk_2.*.bin - name: download OpenSSL code diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 82403e21..e1a9d0f0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -67,7 +67,7 @@ jobs: - run: | echo "Run, Build Application using script" - wget https://download.01.org/intel-sgx/sgx-linux/2.23/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.23.100.2.bin; + wget https://download.01.org/intel-sgx/sgx-linux/2.24/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.24.100.3.bin; chmod +x *.bin; echo yes | ./sgx_linux_x64_sdk_2.*.bin; wget https://www.openssl.org/source/openssl-3.0.13.tar.gz --directory-prefix=openssl_source/; source sgxsdk/environment; cd Linux; make sgxssl_no_mitigation