From 45e3f47ebe6c25c6ed9b311aa176f04df3af59ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:22:13 +0000 Subject: [PATCH] Bump MobSF/mobsfscan from 0.2.0 to 0.3.3 Bumps [MobSF/mobsfscan](https://github.com/mobsf/mobsfscan) from 0.2.0 to 0.3.3. - [Release notes](https://github.com/mobsf/mobsfscan/releases) - [Commits](https://github.com/mobsf/mobsfscan/compare/0.2.0...0.3.3) --- updated-dependencies: - dependency-name: MobSF/mobsfscan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sormas_app_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sormas_app_ci.yml b/.github/workflows/sormas_app_ci.yml index 27f7294cb0e..3c6390170cb 100644 --- a/.github/workflows/sormas_app_ci.yml +++ b/.github/workflows/sormas_app_ci.yml @@ -122,7 +122,7 @@ jobs: script: ./gradlew connectedAndroidTest - name: mobsfscan - uses: MobSF/mobsfscan@0.2.0 + uses: MobSF/mobsfscan@0.3.3 with: args: '. --sarif --output mobsf-results.sarif || true'