Pin versions of third-party github actions (#24786)

This commit is contained in:
Janne Mareike Koschinski
2023-03-10 13:56:30 +01:00
committed by GitHub
parent 23d496d0e8
commit c85eb81ed0
4 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Get number of CPU cores
id: cpu-cores
uses: SimenB/github-actions-cpu-cores@v1
uses: SimenB/github-actions-cpu-cores@410541432439795d30db6501fb1d8178eb41e502 # v1
- name: Run tests with coverage
run: "yarn coverage --ci --reporters github-actions --max-workers ${{ steps.cpu-cores.outputs.count }}"