From 9c71edd7d5a6a1a86eb1aa2c8b95075a53617b22 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Wed, 6 May 2026 11:26:13 +0900 Subject: [PATCH] Pin octocov workflow actions --- .github/workflows/octocov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/octocov.yml b/.github/workflows/octocov.yml index 74a8ceb..43de18f 100644 --- a/.github/workflows/octocov.yml +++ b/.github/workflows/octocov.yml @@ -14,13 +14,13 @@ jobs: octocov: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: oven-sh/setup-bun@v2 + - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2 with: bun-version: 1.3.11 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24 - name: Install dependencies @@ -37,7 +37,7 @@ jobs: # See also: https://github.com/k1LoW/octocov-action - name: Report coverage with octocov - uses: k1LoW/octocov-action@v1 + uses: k1LoW/octocov-action@b3b6ee60482a667950f87553abf1df63217235d9 # v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} config: .octocov.yml