diff --git a/.github/workflows/secrets-scan.yaml b/.github/workflows/secrets-scan.yaml index 424a8d8..25b3627 100644 --- a/.github/workflows/secrets-scan.yaml +++ b/.github/workflows/secrets-scan.yaml @@ -9,12 +9,12 @@ jobs: if: ${{ !contains(github.actor, '[bot]') }} # [bot]を含む場合は除外する steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: ${{ github.head_ref }} - name: Run Aqua Security Trivy - uses: aquasecurity/trivy-action@0.15.0 + uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # 0.16.1 with: scan-type: fs scan-ref: . # default