diff --git a/trivy/action.yml b/trivy/action.yml index 2295785..11561aa 100644 --- a/trivy/action.yml +++ b/trivy/action.yml @@ -13,12 +13,12 @@ runs: using: "composite" steps: - name: "Checkout Repository" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0 with: fetch-depth: 0 - name: "Checkout Target Branch" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0 with: ref: ${{ github.base_ref }} @@ -37,7 +37,7 @@ runs: severity: ${{ inputs.severities }} - name: Checkout current commit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0 with: ref: ${{ github.sha }} clean: false