From c361242187cdf63ffee022cd89250ac6236bdf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:48:28 +0000 Subject: [PATCH] chore(deps): bump C4tWithShell/defectdojo-action from 1.0.4 to 1.0.5 Bumps [C4tWithShell/defectdojo-action](https://github.com/c4twithshell/defectdojo-action) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/c4twithshell/defectdojo-action/releases) - [Commits](https://github.com/c4twithshell/defectdojo-action/compare/1.0.4...1.0.5) --- updated-dependencies: - dependency-name: C4tWithShell/defectdojo-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/iroha2-dev-sonar-dojo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iroha2-dev-sonar-dojo.yml b/.github/workflows/iroha2-dev-sonar-dojo.yml index 2871d776ec..6ecae4e3ef 100644 --- a/.github/workflows/iroha2-dev-sonar-dojo.yml +++ b/.github/workflows/iroha2-dev-sonar-dojo.yml @@ -34,7 +34,7 @@ jobs: -Dcommunity.rust.lcov.reportPaths=lints/lcov.info - name: DefectDojo id: defectdojo - uses: C4tWithShell/defectdojo-action@1.0.4 + uses: C4tWithShell/defectdojo-action@1.0.5 with: token: ${{ secrets.DEFECTOJO_TOKEN }} defectdojo_url: ${{ secrets.DEFECTOJO_URL }}