Skip to content

Commit 1ff4bb6

Browse files
authored
replace tj-actions/changed-files with step-security/changed-files (#476)
1 parent 55568a7 commit 1ff4bb6

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/actions/feature-matrix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- id: changes
2626
name: Check if files changed
2727
if: inputs.full_matrix != 'true'
28-
uses: tj-actions/changed-files@v44.0.1
28+
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1
2929
with:
3030
base_sha: "${{ inputs.base_sha }}"
3131
since_last_remote_commit: "${{ inputs.base_sha == '' && 'true' || 'false' }}"

.github/actions/image-matrix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- id: changes
3232
name: Check if files changed
3333
if: inputs.full_matrix != 'true'
34-
uses: tj-actions/changed-files@v44.0.1
34+
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1
3535
with:
3636
base_sha: "${{ inputs.base_sha }}"
3737
since_last_remote_commit: "${{ inputs.base_sha == '' && 'true' || 'false' }}"

features/test/_global/scenarios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"installZsh": "true",
2323
"upgradePackages": "true"
2424
},
25-
"ghcr.io/devcontainers/features/git:1.3.0": {
25+
"ghcr.io/devcontainers/features/git:1.3.2": {
2626
"ppa": "true",
27-
"version": "latest"
27+
"version": "2.47.1"
2828
},
2929
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
3030
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},

features/test/utils/scenarios.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"installZsh": "true",
1919
"upgradePackages": "true"
2020
},
21-
"ghcr.io/devcontainers/features/git:1.3.0": {
21+
"ghcr.io/devcontainers/features/git:1.3.2": {
2222
"ppa": "true",
23-
"version": "latest"
23+
"version": "2.47.1"
2424
},
2525
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
2626
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},
@@ -63,9 +63,9 @@
6363
"installZsh": "true",
6464
"upgradePackages": "true"
6565
},
66-
"ghcr.io/devcontainers/features/git:1.3.0": {
66+
"ghcr.io/devcontainers/features/git:1.3.2": {
6767
"ppa": "true",
68-
"version": "latest"
68+
"version": "2.47.1"
6969
},
7070
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
7171
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},
@@ -108,9 +108,9 @@
108108
"installZsh": "true",
109109
"upgradePackages": "true"
110110
},
111-
"ghcr.io/devcontainers/features/git:1.3.0": {
111+
"ghcr.io/devcontainers/features/git:1.3.2": {
112112
"ppa": "true",
113-
"version": "latest"
113+
"version": "2.47.1"
114114
},
115115
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
116116
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},

image/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"installZsh": "true",
2222
"upgradePackages": "true"
2323
},
24-
"ghcr.io/devcontainers/features/git:1.3.0": {
24+
"ghcr.io/devcontainers/features/git:1.3.2": {
2525
"ppa": "true",
26-
"version": "latest"
26+
"version": "2.47.1"
2727
},
2828
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {
2929
"autoPull": false

0 commit comments

Comments
 (0)