diff --git a/.github/actions/deptrack/action.yml b/.github/actions/deptrack/action.yml index 31321092..9e97409b 100644 --- a/.github/actions/deptrack/action.yml +++ b/.github/actions/deptrack/action.yml @@ -9,7 +9,7 @@ runs: steps: - name: Generaing Bom uses: CycloneDX/gh-node-module-generatebom@master - - uses: DependencyTrack/gh-upload-sbom@v1.0.0 + - uses: DependencyTrack/gh-upload-sbom@v3.0.0 with: serverhostname: ${{ inputs.DEPENDENCYTRACK_URL }} apikey: ${{ env.DEPENDENCYTRACK_APIKEY }}