Skip to content

Commit c9dec38

Browse files
authored
ci: use hash instead of version for the remove-unwanted-software action (#2881)
1 parent a32b1f3 commit c9dec38

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Maximize build space
66-
uses: AdityaGarg8/remove-unwanted-software@v5
66+
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793 # v5
6767
with:
6868
remove-android: 'true'
6969
remove-dotnet: 'true'
@@ -120,7 +120,7 @@ jobs:
120120
timeout-minutes: 30
121121
steps:
122122
- name: Maximize build space
123-
uses: AdityaGarg8/remove-unwanted-software@v5
123+
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793 # v5
124124
with:
125125
remove-android: 'true'
126126
remove-dotnet: 'true'
@@ -180,7 +180,7 @@ jobs:
180180
GOEXPERIMENT: jsonv2
181181
steps:
182182
- name: Maximize build space
183-
uses: AdityaGarg8/remove-unwanted-software@v5
183+
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793 # v5
184184
with:
185185
remove-android: 'true'
186186
remove-dotnet: 'true'

.github/workflows/chart-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
DOCKER_CLI_EXPERIMENTAL: enabled
2727
steps:
2828
- name: Maximize build space
29-
uses: AdityaGarg8/remove-unwanted-software@v5
29+
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793 # v5
3030
with:
3131
remove-android: 'true'
3232
remove-dotnet: 'true'

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Maximize build space
21-
uses: AdityaGarg8/remove-unwanted-software@v5
21+
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793 # v5
2222
with:
2323
remove-android: 'true'
2424
remove-dotnet: 'true'
@@ -91,7 +91,7 @@ jobs:
9191
packages: write
9292
steps:
9393
- name: Maximize build space
94-
uses: AdityaGarg8/remove-unwanted-software@v5
94+
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793 # v5
9595
with:
9696
remove-android: 'true'
9797
remove-dotnet: 'true'

0 commit comments

Comments
 (0)