From 4bd0b0c41aaa5b238155d8a8574efd4579ff3157 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 02:38:12 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/secrets-scan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/secrets-scan.yaml b/.github/workflows/secrets-scan.yaml index ed9e76f..19d41ae 100644 --- a/.github/workflows/secrets-scan.yaml +++ b/.github/workflows/secrets-scan.yaml @@ -13,12 +13,12 @@ jobs: if: ${{ !contains(github.actor, '[bot]') }} # [bot]を含む場合は除外する steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ github.head_ref }} - name: Run Aqua Security Trivy - uses: aquasecurity/trivy-action@0.15.0 + uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0 with: scan-type: fs scan-ref: . # default