diff --git a/security-actions/scan-docker-image/action.yml b/security-actions/scan-docker-image/action.yml index 32d1ef5e1..d184ee7e3 100644 --- a/security-actions/scan-docker-image/action.yml +++ b/security-actions/scan-docker-image/action.yml @@ -205,7 +205,7 @@ runs: - name: Checkout Grype DB cache Repo if: steps.grype_db_git_cache.outputs.cache-hit != 'true' && inputs.grype_db_cache != '' - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: repository: ${{ steps.parse_grype_cache.outputs.repository }} ref: ${{ steps.parse_grype_cache.outputs.ref }} @@ -382,7 +382,7 @@ runs: - name: Checkout Trivy DB cache if: inputs.trivy_db_cache != '' - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: repository: ${{ steps.parse_trivy_cache.outputs.repository }} ref: ${{ steps.parse_trivy_cache.outputs.ref }}