Skip to content

Commit

Permalink
GitHub: Pin tj-actions/changed-files version. See internal ticket V15…
Browse files Browse the repository at this point in the history
…44183374 (#6982)

* GitHub: Pin tj-actions/changed-files version. See internal ticket V1544183374
  • Loading branch information
cpyle0819 authored Oct 16, 2024
1 parent 1cdbf51 commit 25605a6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .doc_gen/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-check-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sd-cpp-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25605a6

Please sign in to comment.