With v0.12.0: [File Input](https://github.com/anchore/sbom-action/blob/b7e8507c6a3c89b7099a0198366d862c8f3ad8f1/action.yml#L13-L15) is not supported [as documented](https://github.com/anchore/sbom-action#anchoresbom-action): >Warning: Unexpected input(s) 'file', valid inputs are ['path', 'image', 'registry-username', 'registry-password', 'format', 'github-token', 'artifact-name', 'output-file', 'syft-version', 'dependency-snapshot', 'upload-artifact', 'upload-release-assets'] ex: ```yml - uses: anchore/sbom-action@v0 with: file: ./path/to/target/app.jar dependency-snapshot: true ``` ref: https://github.com/anchore/sbom-action/pull/357