ci : pin dependency to specific version (#11137)

* ci : pin dependency to specific version

* will this fix ec?
This commit is contained in:
Xuan Son Nguyen 2025-01-08 12:07:20 +01:00 committed by GitHub
parent a3c1232c3f
commit 80ccf5d725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -100,7 +100,7 @@ jobs:
# https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example # https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example
- name: Free Disk Space (Ubuntu) - name: Free Disk Space (Ubuntu)
if: ${{ matrix.config.free_disk_space == true }} if: ${{ matrix.config.free_disk_space == true }}
uses: jlumbroso/free-disk-space@main uses: jlumbroso/free-disk-space@v1.3.1
with: with:
# this might remove tools that are actually needed, # this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB # if set to "true" but frees about 6 GB

View File

@ -23,5 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: editorconfig-checker/action-editorconfig-checker@main - uses: editorconfig-checker/action-editorconfig-checker@v2
with:
version: v3.0.3
- run: editorconfig-checker - run: editorconfig-checker