diff --git a/.github/workflows/check-files.yml b/.github/workflows/check-files.yml index 0c5f88aa03..256e761717 100644 --- a/.github/workflows/check-files.yml +++ b/.github/workflows/check-files.yml @@ -16,7 +16,7 @@ jobs: # to add more allowlisted approvers just modify this env variable maintainers: seebees, texastony, ShubhamChaturvedi7, lucasmcdonald3, josecorella, rishav-karanjit, antonf-amzn, kessplas steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/check_only_key_word.yml b/.github/workflows/check_only_key_word.yml index 66d03fcc52..96af01bd4b 100644 --- a/.github/workflows/check_only_key_word.yml +++ b/.github/workflows/check_only_key_word.yml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/ci_codegen.yml b/.github/workflows/ci_codegen.yml index ece6e8709b..bea0148caa 100644 --- a/.github/workflows/ci_codegen.yml +++ b/.github/workflows/ci_codegen.yml @@ -31,7 +31,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive - run: git submodule update --init --recursive submodules/smithy-dafny diff --git a/.github/workflows/ci_duvet.yml b/.github/workflows/ci_duvet.yml index 9b8273df79..d5032a1a77 100644 --- a/.github/workflows/ci_duvet.yml +++ b/.github/workflows/ci_duvet.yml @@ -13,7 +13,7 @@ jobs: duvet: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install duvet shell: bash diff --git a/.github/workflows/ci_examples_java.yml b/.github/workflows/ci_examples_java.yml index c5efc2f03c..ad40a0e075 100644 --- a/.github/workflows/ci_examples_java.yml +++ b/.github/workflows/ci_examples_java.yml @@ -41,7 +41,7 @@ jobs: role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2 role-session-name: DDBEC-Dafny-Java-Tests - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci_examples_net.yml b/.github/workflows/ci_examples_net.yml index 07a0884cad..f1bd7cb539 100644 --- a/.github/workflows/ci_examples_net.yml +++ b/.github/workflows/ci_examples_net.yml @@ -36,7 +36,7 @@ jobs: DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_NOLOGO: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci_static_analysis.yml b/.github/workflows/ci_static_analysis.yml index e0204f0508..50671bd193 100644 --- a/.github/workflows/ci_static_analysis.yml +++ b/.github/workflows/ci_static_analysis.yml @@ -11,7 +11,7 @@ jobs: not-grep: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install setuptools dependency run: | python -m pip install --upgrade pip diff --git a/.github/workflows/ci_test_go.yml b/.github/workflows/ci_test_go.yml index 4ba24ef265..365ab6a3fd 100644 --- a/.github/workflows/ci_test_go.yml +++ b/.github/workflows/ci_test_go.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Docker if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors' - uses: douglascamata/setup-docker-macos-action@v1.0.2 + uses: douglascamata/setup-docker-macos-action@v1.1.0 - name: Setup DynamoDB Local if: matrix.library == 'TestVectors' @@ -58,7 +58,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive @@ -95,7 +95,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/ci_test_java.yml b/.github/workflows/ci_test_java.yml index e48506bdcc..a69a923dec 100644 --- a/.github/workflows/ci_test_java.yml +++ b/.github/workflows/ci_test_java.yml @@ -43,7 +43,7 @@ jobs: role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2 role-session-name: DDBEC-Dafny-Java-Tests - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci_test_net.yml b/.github/workflows/ci_test_net.yml index 91485ed9ff..41c1139142 100644 --- a/.github/workflows/ci_test_net.yml +++ b/.github/workflows/ci_test_net.yml @@ -37,7 +37,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci_test_vector_java.yml b/.github/workflows/ci_test_vector_java.yml index 8b91863789..230bed44b2 100644 --- a/.github/workflows/ci_test_vector_java.yml +++ b/.github/workflows/ci_test_vector_java.yml @@ -48,7 +48,7 @@ jobs: - name: Setup Docker if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors' - uses: douglascamata/setup-docker-macos-action@v1.0.2 + uses: douglascamata/setup-docker-macos-action@v1.1.0 - name: Setup DynamoDB Local if: matrix.library == 'TestVectors' @@ -57,7 +57,7 @@ jobs: port: 8000 cors: "*" - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci_test_vector_net.yml b/.github/workflows/ci_test_vector_net.yml index d6e7ec3743..694030f218 100644 --- a/.github/workflows/ci_test_vector_net.yml +++ b/.github/workflows/ci_test_vector_net.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Docker if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors' - uses: douglascamata/setup-docker-macos-action@v1.0.2 + uses: douglascamata/setup-docker-macos-action@v1.1.0 - name: Setup DynamoDB Local if: matrix.library == 'TestVectors' @@ -53,7 +53,7 @@ jobs: port: 8000 cors: "*" - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci_todos.yml b/.github/workflows/ci_todos.yml index 9395425689..19373ac920 100644 --- a/.github/workflows/ci_todos.yml +++ b/.github/workflows/ci_todos.yml @@ -11,7 +11,7 @@ jobs: findTodos: runs-on: macos-14 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Check TODOs in code shell: bash diff --git a/.github/workflows/dafny_interop_examples_java.yml b/.github/workflows/dafny_interop_examples_java.yml index abe5bc7b6a..e042f1f239 100644 --- a/.github/workflows/dafny_interop_examples_java.yml +++ b/.github/workflows/dafny_interop_examples_java.yml @@ -41,7 +41,7 @@ jobs: role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2 role-session-name: DDBEC-Dafny-Java-Tests - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/dafny_interop_examples_net.yml b/.github/workflows/dafny_interop_examples_net.yml index c74945edcc..de83665814 100644 --- a/.github/workflows/dafny_interop_examples_net.yml +++ b/.github/workflows/dafny_interop_examples_net.yml @@ -36,7 +36,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/dafny_interop_java.yml b/.github/workflows/dafny_interop_java.yml index a04f11539d..ca1e2a778b 100644 --- a/.github/workflows/dafny_interop_java.yml +++ b/.github/workflows/dafny_interop_java.yml @@ -41,7 +41,7 @@ jobs: role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2 role-session-name: DDBEC-Dafny-Java-Tests - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/dafny_interop_test_net.yml b/.github/workflows/dafny_interop_test_net.yml index 79d4597308..fe38fe413b 100644 --- a/.github/workflows/dafny_interop_test_net.yml +++ b/.github/workflows/dafny_interop_test_net.yml @@ -36,7 +36,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/dafny_interop_test_vector_java.yml b/.github/workflows/dafny_interop_test_vector_java.yml index 15b66f680d..b7a0032d48 100644 --- a/.github/workflows/dafny_interop_test_vector_java.yml +++ b/.github/workflows/dafny_interop_test_vector_java.yml @@ -50,7 +50,7 @@ jobs: role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2 role-session-name: DDBEC-Dafny-Java-Tests - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 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 44fe1ec07d..673d08c48b 100644 --- a/.github/workflows/dafny_interop_test_vector_net.yml +++ b/.github/workflows/dafny_interop_test_vector_net.yml @@ -41,7 +41,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/dafny_verify_version.yml b/.github/workflows/dafny_verify_version.yml index 2ba81e5cf7..5a07e474ed 100644 --- a/.github/workflows/dafny_verify_version.yml +++ b/.github/workflows/dafny_verify_version.yml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.read_property.outputs.dafnyVerifyVersion }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Read version from Properties-file id: read_property uses: christian-draeger/read-properties@1.1.1 diff --git a/.github/workflows/dafny_version.yml b/.github/workflows/dafny_version.yml index c4e1482816..822cbd48fe 100644 --- a/.github/workflows/dafny_version.yml +++ b/.github/workflows/dafny_version.yml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.read_property.outputs.dafnyVersion }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Read version from Properties-file id: read_property uses: christian-draeger/read-properties@1.1.1 diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index df7a851b40..a074a77b9c 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -38,7 +38,7 @@ jobs: role-session-name: GoRelease-DBESDK-Tests - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/library_dafny_verification.yml b/.github/workflows/library_dafny_verification.yml index 97b4351370..0435cf4d34 100644 --- a/.github/workflows/library_dafny_verification.yml +++ b/.github/workflows/library_dafny_verification.yml @@ -48,7 +48,7 @@ jobs: DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_NOLOGO: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/library_format.yml b/.github/workflows/library_format.yml index 69396630ae..74bee64ba2 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@v5 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/library_rust_tests.yml b/.github/workflows/library_rust_tests.yml index 7d2ba4d3eb..cc49e3b1a9 100644 --- a/.github/workflows/library_rust_tests.yml +++ b/.github/workflows/library_rust_tests.yml @@ -43,7 +43,7 @@ jobs: - name: Setup Docker if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors' - uses: douglascamata/setup-docker-macos-action@v1.0.2 + uses: douglascamata/setup-docker-macos-action@v1.1.0 - name: Setup DynamoDB Local if: matrix.library == 'TestVectors' @@ -55,7 +55,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/mpl_dependency_java_version.yml b/.github/workflows/mpl_dependency_java_version.yml index 607f620d72..1e181233d4 100644 --- a/.github/workflows/mpl_dependency_java_version.yml +++ b/.github/workflows/mpl_dependency_java_version.yml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.read_property.outputs.mplDependencyJavaVersion }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Read version from Properties-file id: read_property uses: christian-draeger/read-properties@1.1.1 diff --git a/.github/workflows/mpl_head_version.yml b/.github/workflows/mpl_head_version.yml index 2e6a953e3d..08b789b3c5 100644 --- a/.github/workflows/mpl_head_version.yml +++ b/.github/workflows/mpl_head_version.yml @@ -22,7 +22,7 @@ jobs: outputs: version: ${{ steps.read_property.outputs.mplVersion }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/performance-benchmarks-go.yml b/.github/workflows/performance-benchmarks-go.yml index faa2ad02da..95fdd6f56c 100644 --- a/.github/workflows/performance-benchmarks-go.yml +++ b/.github/workflows/performance-benchmarks-go.yml @@ -48,7 +48,7 @@ jobs: run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive - name: Init Submodules diff --git a/.github/workflows/performance-benchmarks-rust.yml b/.github/workflows/performance-benchmarks-rust.yml index d7a0bddbc1..d6ce793e98 100644 --- a/.github/workflows/performance-benchmarks-rust.yml +++ b/.github/workflows/performance-benchmarks-rust.yml @@ -49,12 +49,12 @@ jobs: - name: Setup Docker if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors' - uses: douglascamata/setup-docker-macos-action@v1.0.2 + uses: douglascamata/setup-docker-macos-action@v1.1.0 - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Init Submodules shell: bash run: | diff --git a/.github/workflows/sem_ver.yml b/.github/workflows/sem_ver.yml index 3f9c6fcee6..9a6e33698b 100644 --- a/.github/workflows/sem_ver.yml +++ b/.github/workflows/sem_ver.yml @@ -14,7 +14,7 @@ jobs: - name: Support longpaths on Git checkout run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive @@ -48,6 +48,6 @@ jobs: # Test to see if we can setup semantic release - name: Test Semantic Release Installation - uses: actions/checkout@v5 + uses: actions/checkout@v6 - run: | make setup_semantic_release diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 52f0680de7..c8c305f63a 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@v5 + - uses: actions/checkout@v6 # 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 c1f44c73e7..eb37d5b040 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@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/test_vector_verification.yml b/.github/workflows/test_vector_verification.yml index 7c41aa82dd..754204b7da 100644 --- a/.github/workflows/test_vector_verification.yml +++ b/.github/workflows/test_vector_verification.yml @@ -38,7 +38,7 @@ jobs: DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_NOLOGO: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive