diff --git a/.doc_gen/validation.yaml b/.doc_gen/validation.yaml index bbf7223f678..53d97e95ab8 100644 --- a/.doc_gen/validation.yaml +++ b/.doc_gen/validation.yaml @@ -2,6 +2,7 @@ allow_list: # Git commits - "cd5e746ec203c8c3c61647e0886a8df8c1e78e41" - "725feb26d6f73bc1d83dbbe075ae8ea991efb245" + - "e9772d140489982e0e3704fea5ee93d536f1e275" # Safe look-alikes, mostly tokens and paths that happen to be 40 characters. - "/AmazonEventBridgeServiceIntegrationTest" - "/ListOrganizationalUnitsForParentExample" diff --git a/.github/workflows/lint-check-dotnet.yml b/.github/workflows/lint-check-dotnet.yml index 4bebd7e102d..e1c5ec91c82 100644 --- a/.github/workflows/lint-check-dotnet.yml +++ b/.github/workflows/lint-check-dotnet.yml @@ -24,7 +24,7 @@ jobs: dotnetv3 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "dotnetv3/**/*.{cs,sln,csproj,json}" - name: Build check diff --git a/.github/workflows/lint-golang.yml b/.github/workflows/lint-golang.yml index cde3a8126c1..6353c0e268e 100644 --- a/.github/workflows/lint-golang.yml +++ b/.github/workflows/lint-golang.yml @@ -18,7 +18,7 @@ jobs: gov2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "gov2/**/*.go" - uses: actions/setup-go@v3 diff --git a/.github/workflows/lint-javascript.yml b/.github/workflows/lint-javascript.yml index 5f0a2668829..466116518b6 100644 --- a/.github/workflows/lint-javascript.yml +++ b/.github/workflows/lint-javascript.yml @@ -19,7 +19,7 @@ jobs: workflows - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "javascriptv3/**/*.{js,ts,jsx,tsx,json}" - name: Setup NodeJS diff --git a/.github/workflows/lint-kotlin.yml b/.github/workflows/lint-kotlin.yml index 52a0e55faf2..8e0c59a2cb8 100644 --- a/.github/workflows/lint-kotlin.yml +++ b/.github/workflows/lint-kotlin.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "kotlin/**/*.{kt,kts}" - name: List all changed files diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 47baefb685c..1d27aeae209 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -20,7 +20,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "/php/**/*.php" diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index 5146da647d3..9fa4f62f062 100644 --- a/.github/workflows/lint-python.yml +++ b/.github/workflows/lint-python.yml @@ -15,7 +15,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "**.py" diff --git a/.github/workflows/lint-ruby.yml b/.github/workflows/lint-ruby.yml index 9126acdf0c9..b8ef856ea5f 100644 --- a/.github/workflows/lint-ruby.yml +++ b/.github/workflows/lint-ruby.yml @@ -15,7 +15,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "ruby/**/*.rb" diff --git a/.github/workflows/lint-rust.yml b/.github/workflows/lint-rust.yml index 28d9a001250..e85c10d7420 100644 --- a/.github/workflows/lint-rust.yml +++ b/.github/workflows/lint-rust.yml @@ -18,7 +18,7 @@ jobs: rustv1 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "rustv1/**/*.{rs,toml}" - name: setup diff --git a/.github/workflows/sd-cpp-lint.yml b/.github/workflows/sd-cpp-lint.yml index 3c5074249be..2e054235a2c 100644 --- a/.github/workflows/sd-cpp-lint.yml +++ b/.github/workflows/sd-cpp-lint.yml @@ -19,7 +19,7 @@ jobs: cpp - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "cpp/**/*.{cpp,h}" - name: "Run clang-tidy check" diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 79031b597ce..cf767fa774e 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -18,7 +18,7 @@ jobs: .tools - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "**/*.{yml,yaml}" - name: Setup Python