Skip to content

Commit

Permalink
chore(deps): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 59be7db commit 6178b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secrets-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
if: ${{ !contains(github.actor, '[bot]') }} # [bot]を含む場合は除外する
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
ref: ${{ github.head_ref }}

- name: Run Aqua Security Trivy
uses: aquasecurity/trivy-action@0.15.0
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 0.20.0
with:
scan-type: fs
scan-ref: . # default
Expand Down

0 comments on commit 6178b5c

Please sign in to comment.