diff --git a/.github/workflows/autobom_test.yaml b/.github/workflows/autobom_test.yaml index 9a2b8a6..0eb1d07 100644 --- a/.github/workflows/autobom_test.yaml +++ b/.github/workflows/autobom_test.yaml @@ -7,7 +7,7 @@ jobs: steps: - name: AutoBOM Export id: start - uses: opulo-inc/autobom@latest + uses: opulo-inc/autobom@v0.0.1 # Use the output from the `hello` step - name: Get the output time run: echo "The status was ${{ steps.start.outputs.out }}" \ No newline at end of file