diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-12-18 15:35:42 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-12-18 15:35:42 +0100 |
| commit | 2ec151e4ce3e74a9b3614a86ef034a35639fb3ab (patch) | |
| tree | aadb3091834a7cd16b116450e7db4def97b3e244 /.github/workflows/linux.yml | |
| parent | 000396d2014eb8e961b674000365f0d4e1385022 (diff) | |
| parent | 8555e49c7c03de8a9b5422c467f42ef43a744469 (diff) | |
| download | portable-2ec151e4ce3e74a9b3614a86ef034a35639fb3ab.tar.gz portable-2ec151e4ce3e74a9b3614a86ef034a35639fb3ab.tar.bz2 portable-2ec151e4ce3e74a9b3614a86ef034a35639fb3ab.zip | |
Land #1219 - ci: update and pin github actions
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index de9d8d3..d901cf9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
| @@ -44,7 +44,7 @@ jobs: | |||
| 44 | 44 | ||
| 45 | steps: | 45 | steps: |
| 46 | - name: "Checkout repository" | 46 | - name: "Checkout repository" |
| 47 | uses: actions/checkout@v4 | 47 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 48 | 48 | ||
| 49 | - name: "Run tests" | 49 | - name: "Run tests" |
| 50 | run: ./scripts/test || (status=$?; cat tests/test-suite.log; exit $status) | 50 | run: ./scripts/test || (status=$?; cat tests/test-suite.log; exit $status) |
| @@ -66,7 +66,7 @@ jobs: | |||
| 66 | os: ["ubuntu-24.04", "ubuntu-24.04-arm"] | 66 | os: ["ubuntu-24.04", "ubuntu-24.04-arm"] |
| 67 | steps: | 67 | steps: |
| 68 | - name: "Checkout repository" | 68 | - name: "Checkout repository" |
| 69 | uses: actions/checkout@v4 | 69 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 70 | 70 | ||
| 71 | - name: "Run tests" | 71 | - name: "Run tests" |
| 72 | run: ./scripts/test | 72 | run: ./scripts/test |
