From e6f08c9c2db1f2ee3ea85f42b8fb97f04546d8e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:11:00 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check_only_keyword.yml | 2 +- .github/workflows/ci_static-analysis.yaml | 2 +- .github/workflows/dafny_format_version.yaml | 2 +- .github/workflows/dafny_interop_library_go_tests.yml | 2 +- .github/workflows/dafny_interop_test_net.yml | 2 +- .github/workflows/dafny_interop_test_vector_net.yml | 6 +++--- .github/workflows/dafny_verify_version.yaml | 2 +- .github/workflows/dafny_version.yaml | 2 +- .github/workflows/duvet.yaml | 2 +- .github/workflows/go-release.yml | 2 +- .github/workflows/library_codegen.yml | 2 +- .github/workflows/library_dafny_verification.yml | 2 +- .github/workflows/library_format.yml | 2 +- .github/workflows/library_go_tests.yml | 2 +- .../library_interop_keyring_test_vectors.yml | 12 ++++++------ .../workflows/library_interop_mkp_test_vectors.yml | 10 +++++----- .github/workflows/library_interop_tests.yml | 6 +++--- .github/workflows/library_java_tests.yml | 2 +- .../library_legacy_interop_test_vectors.yml | 2 +- .github/workflows/library_net_tests.yml | 4 ++-- .github/workflows/library_rust_tests.yml | 4 ++-- .github/workflows/performance-benchmarks-go.yml | 2 +- .github/workflows/performance-benchmarks-java.yml | 2 +- .github/workflows/performance-benchmarks-net.yml | 2 +- .github/workflows/performance-benchmarks-python.yml | 2 +- .github/workflows/performance-benchmarks-rust.yml | 2 +- .github/workflows/rust-release.yml | 2 +- .github/workflows/rust-start-release.yml | 2 +- .github/workflows/rust_duplicate_deps.yml | 2 +- .github/workflows/sem_ver.yml | 4 ++-- .github/workflows/semantic_release.yml | 2 +- .github/workflows/smithy-diff.yml | 2 +- 32 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.github/workflows/check_only_keyword.yml b/.github/workflows/check_only_keyword.yml index 96af01bd4..7eedd1479 100644 --- a/.github/workflows/check_only_keyword.yml +++ b/.github/workflows/check_only_keyword.yml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/ci_static-analysis.yaml b/.github/workflows/ci_static-analysis.yaml index 559c3268e..acd83e10d 100644 --- a/.github/workflows/ci_static-analysis.yaml +++ b/.github/workflows/ci_static-analysis.yaml @@ -7,6 +7,6 @@ jobs: not-grep: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: not-grep uses: mattsb42-meta/not-grep@1.0.1 diff --git a/.github/workflows/dafny_format_version.yaml b/.github/workflows/dafny_format_version.yaml index 293a37dfd..f7eb3c374 100644 --- a/.github/workflows/dafny_format_version.yaml +++ b/.github/workflows/dafny_format_version.yaml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.read_property.outputs.dafnyFormatVersion }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Read version from Properties-file id: read_property uses: christian-draeger/read-properties@1.1.1 diff --git a/.github/workflows/dafny_interop_library_go_tests.yml b/.github/workflows/dafny_interop_library_go_tests.yml index 2ac7ec808..1c7655425 100644 --- a/.github/workflows/dafny_interop_library_go_tests.yml +++ b/.github/workflows/dafny_interop_library_go_tests.yml @@ -40,7 +40,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/dafny_interop_test_net.yml b/.github/workflows/dafny_interop_test_net.yml index 170ce5146..b1ac8681a 100644 --- a/.github/workflows/dafny_interop_test_net.yml +++ b/.github/workflows/dafny_interop_test_net.yml @@ -46,7 +46,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/dafny_interop_test_vector_net.yml b/.github/workflows/dafny_interop_test_vector_net.yml index 45b1069fc..d9693b874 100644 --- a/.github/workflows/dafny_interop_test_vector_net.yml +++ b/.github/workflows/dafny_interop_test_vector_net.yml @@ -45,7 +45,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -153,7 +153,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -253,7 +253,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/dafny_verify_version.yaml b/.github/workflows/dafny_verify_version.yaml index 5a07e474e..5c23aaf7e 100644 --- a/.github/workflows/dafny_verify_version.yaml +++ b/.github/workflows/dafny_verify_version.yaml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.read_property.outputs.dafnyVerifyVersion }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Read version from Properties-file id: read_property uses: christian-draeger/read-properties@1.1.1 diff --git a/.github/workflows/dafny_version.yaml b/.github/workflows/dafny_version.yaml index 822cbd48f..73b9af7ef 100644 --- a/.github/workflows/dafny_version.yaml +++ b/.github/workflows/dafny_version.yaml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.read_property.outputs.dafnyVersion }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Read version from Properties-file id: read_property uses: christian-draeger/read-properties@1.1.1 diff --git a/.github/workflows/duvet.yaml b/.github/workflows/duvet.yaml index 5c3ac2580..6b6461579 100644 --- a/.github/workflows/duvet.yaml +++ b/.github/workflows/duvet.yaml @@ -24,7 +24,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 043eebab3..d42962581 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -38,7 +38,7 @@ jobs: special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key. - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/library_codegen.yml b/.github/workflows/library_codegen.yml index 6f379dca3..976a062c4 100644 --- a/.github/workflows/library_codegen.yml +++ b/.github/workflows/library_codegen.yml @@ -31,7 +31,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # The specification submodule is private so we don't have access, but we don't need # it to verify the Dafny code. Instead we manually pull the submodules we DO need. - run: git submodule update --init libraries diff --git a/.github/workflows/library_dafny_verification.yml b/.github/workflows/library_dafny_verification.yml index 98c7e9354..399ffa84b 100644 --- a/.github/workflows/library_dafny_verification.yml +++ b/.github/workflows/library_dafny_verification.yml @@ -29,7 +29,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules run: | git submodule update --init libraries diff --git a/.github/workflows/library_format.yml b/.github/workflows/library_format.yml index f82127bf6..05ad0cb54 100644 --- a/.github/workflows/library_format.yml +++ b/.github/workflows/library_format.yml @@ -32,7 +32,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/library_go_tests.yml b/.github/workflows/library_go_tests.yml index ec79612c3..393283db3 100644 --- a/.github/workflows/library_go_tests.yml +++ b/.github/workflows/library_go_tests.yml @@ -36,7 +36,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/library_interop_keyring_test_vectors.yml b/.github/workflows/library_interop_keyring_test_vectors.yml index 3249433c6..fca131fd7 100644 --- a/.github/workflows/library_interop_keyring_test_vectors.yml +++ b/.github/workflows/library_interop_keyring_test_vectors.yml @@ -52,7 +52,7 @@ jobs: special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key. role-duration-seconds: 7200 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" @@ -73,7 +73,7 @@ jobs: - name: Checkout C-ESDK if: matrix.language == 'c' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: "aws/aws-encryption-sdk-c" path: ./${{ matrix.library }}/aws-encryption-sdk-c @@ -81,7 +81,7 @@ jobs: - name: Checkout AWS C++ SDK if: matrix.language == 'c' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: "aws/aws-sdk-cpp" path: ./${{ matrix.library }}/aws-encryption-sdk-c/aws-sdk-cpp @@ -347,7 +347,7 @@ jobs: special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key. role-duration-seconds: 7200 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" @@ -368,7 +368,7 @@ jobs: - name: Checkout C-ESDK if: matrix.decrypting_language == 'c' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: "aws/aws-encryption-sdk-c" path: ./${{ matrix.library }}/aws-encryption-sdk-c @@ -376,7 +376,7 @@ jobs: - name: Checkout AWS C++ SDK if: matrix.decrypting_language == 'c' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: "aws/aws-sdk-cpp" path: ./${{ matrix.library }}/aws-encryption-sdk-c/aws-sdk-cpp diff --git a/.github/workflows/library_interop_mkp_test_vectors.yml b/.github/workflows/library_interop_mkp_test_vectors.yml index 1d7ab3850..bb51ef90e 100644 --- a/.github/workflows/library_interop_mkp_test_vectors.yml +++ b/.github/workflows/library_interop_mkp_test_vectors.yml @@ -68,7 +68,7 @@ jobs: special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key. role-duration-seconds: 3600 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" @@ -259,7 +259,7 @@ jobs: special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key. role-duration-seconds: 3600 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" @@ -553,7 +553,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" @@ -619,7 +619,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" @@ -697,7 +697,7 @@ jobs: special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key. role-duration-seconds: 3600 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" diff --git a/.github/workflows/library_interop_tests.yml b/.github/workflows/library_interop_tests.yml index 0e514e7a9..721bd2a34 100644 --- a/.github/workflows/library_interop_tests.yml +++ b/.github/workflows/library_interop_tests.yml @@ -41,7 +41,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | @@ -140,7 +140,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | @@ -240,7 +240,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/library_java_tests.yml b/.github/workflows/library_java_tests.yml index 19ba2b4bd..f2c9b9da7 100644 --- a/.github/workflows/library_java_tests.yml +++ b/.github/workflows/library_java_tests.yml @@ -35,7 +35,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules run: | git submodule update --init libraries diff --git a/.github/workflows/library_legacy_interop_test_vectors.yml b/.github/workflows/library_legacy_interop_test_vectors.yml index e2536f49e..71ed26da0 100644 --- a/.github/workflows/library_legacy_interop_test_vectors.yml +++ b/.github/workflows/library_legacy_interop_test_vectors.yml @@ -51,7 +51,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" diff --git a/.github/workflows/library_net_tests.yml b/.github/workflows/library_net_tests.yml index 5c5c21e69..bbb23256e 100644 --- a/.github/workflows/library_net_tests.yml +++ b/.github/workflows/library_net_tests.yml @@ -48,7 +48,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | @@ -161,7 +161,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/library_rust_tests.yml b/.github/workflows/library_rust_tests.yml index 20a63c581..45aeacafe 100644 --- a/.github/workflows/library_rust_tests.yml +++ b/.github/workflows/library_rust_tests.yml @@ -34,7 +34,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | @@ -136,7 +136,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/performance-benchmarks-go.yml b/.github/workflows/performance-benchmarks-go.yml index 9d2318200..843ff9622 100644 --- a/.github/workflows/performance-benchmarks-go.yml +++ b/.github/workflows/performance-benchmarks-go.yml @@ -37,7 +37,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/performance-benchmarks-java.yml b/.github/workflows/performance-benchmarks-java.yml index 07f799122..86c8057df 100644 --- a/.github/workflows/performance-benchmarks-java.yml +++ b/.github/workflows/performance-benchmarks-java.yml @@ -26,7 +26,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/performance-benchmarks-net.yml b/.github/workflows/performance-benchmarks-net.yml index 9d4aac938..a0f8fe4cb 100644 --- a/.github/workflows/performance-benchmarks-net.yml +++ b/.github/workflows/performance-benchmarks-net.yml @@ -37,7 +37,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/performance-benchmarks-python.yml b/.github/workflows/performance-benchmarks-python.yml index 65a02b71f..9a9af7375 100644 --- a/.github/workflows/performance-benchmarks-python.yml +++ b/.github/workflows/performance-benchmarks-python.yml @@ -20,7 +20,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/performance-benchmarks-rust.yml b/.github/workflows/performance-benchmarks-rust.yml index f510bda4a..90ccb3781 100644 --- a/.github/workflows/performance-benchmarks-rust.yml +++ b/.github/workflows/performance-benchmarks-rust.yml @@ -34,7 +34,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 58af70222..f1f80b6bb 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -41,7 +41,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Rust Toolchain for GitHub CI uses: actions-rust-lang/setup-rust-toolchain@v1 diff --git a/.github/workflows/rust-start-release.yml b/.github/workflows/rust-start-release.yml index 1492f01e7..7ff733a7d 100644 --- a/.github/workflows/rust-start-release.yml +++ b/.github/workflows/rust-start-release.yml @@ -54,7 +54,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: mainline fetch-depth: 0 diff --git a/.github/workflows/rust_duplicate_deps.yml b/.github/workflows/rust_duplicate_deps.yml index cfa659acf..d64a59e1c 100644 --- a/.github/workflows/rust_duplicate_deps.yml +++ b/.github/workflows/rust_duplicate_deps.yml @@ -32,7 +32,7 @@ jobs: duplicate-aws-lc: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/sem_ver.yml b/.github/workflows/sem_ver.yml index a52629642..72428f808 100644 --- a/.github/workflows/sem_ver.yml +++ b/.github/workflows/sem_ver.yml @@ -15,7 +15,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive # We need access to the role that is able to get CI Bot Creds @@ -49,6 +49,6 @@ jobs: # Test to see if we can setup semantic release - name: Test Semantic Release Installation - uses: actions/checkout@v6 + uses: actions/checkout@v7 - run: | make setup_semantic_release diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 5769ae4ec..d61609a5a 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -23,7 +23,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # We only pull in the submodules we need to build the library - run: git submodule update --init libraries diff --git a/.github/workflows/smithy-diff.yml b/.github/workflows/smithy-diff.yml index fbd6525d6..04b44114d 100644 --- a/.github/workflows/smithy-diff.yml +++ b/.github/workflows/smithy-diff.yml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0