Skip to content

Commit

Permalink
Test SHA384withRSA
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Nov 6, 2024
1 parent b7c802d commit ad58992
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,13 @@ jobs:
env:
B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}
B2_TEST_APPLICATION_KEY_ID: ${{ secrets.B2_TEST_APPLICATION_KEY_ID }}
B2_WINDOWS_CODE_SIGNING_CERTIFICATE: ${{ secrets.B2_WINDOWS_CODE_SIGNING_CERTIFICATE }}
B2_WINDOWS_CODE_SIGNING_CERTIFICATE_PASSWORD: ${{ secrets.B2_WINDOWS_CODE_SIGNING_CERTIFICATE_PASSWORD }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-latest]
os: [windows-2019]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -229,6 +231,10 @@ jobs:
- name: Generate hashes
id: hashes
run: nox -vs make_dist_digest
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Run integration tests (without secrets)
run: nox -vs integration -p ${{ env.PYTHON_DEFAULT_VERSION }} -- --sut=${{ steps.bundle.outputs.sut_path }} -m "not require_secrets"
- name: Run integration tests (with secrets)
Expand Down
1 change: 1 addition & 0 deletions changelog.d/+use_sha384_for_win_sign.infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use SHA384 for Windows signing instead of expired SHA256withRSA.

0 comments on commit ad58992

Please sign in to comment.