From e1f220d64bd30944e509b0519c6e8097fda50bb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:46:05 +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..0b8f085 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: ref: ${{ github.head_ref }} - name: Run Aqua Security Trivy - uses: aquasecurity/trivy-action@0.15.0 + uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0 with: scan-type: fs scan-ref: . # default