Pārlūkot izejas kodu

ci : pin dependency to specific version (#11137)

* ci : pin dependency to specific version

* will this fix ec?
Xuan Son Nguyen 1 gadu atpakaļ
vecāks
revīzija
80ccf5d725
2 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 1 1
      .github/workflows/docker.yml
  2. 3 1
      .github/workflows/editorconfig.yml

+ 1 - 1
.github/workflows/docker.yml

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

+ 3 - 1
.github/workflows/editorconfig.yml

@@ -23,5 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - 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