Skip to content

Commit f454f65

Browse files
Bump project-ncl/shared-github-actions/.github/workflows/mend-ci.yml
Bumps [project-ncl/shared-github-actions/.github/workflows/mend-ci.yml](https://github.com/project-ncl/shared-github-actions) from 70502d0c707f7d7abb41b02af80fb094a022a760 to c7838776470f26e02d24f80215d5a407735fbc31. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](project-ncl/shared-github-actions@70502d0...c783877) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions/.github/workflows/mend-ci.yml dependency-version: c7838776470f26e02d24f80215d5a407735fbc31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72f7f37 commit f454f65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle-mend-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
scan:
2121
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
22-
uses: project-ncl/shared-github-actions/.github/workflows/mend-ci.yml@70502d0c707f7d7abb41b02af80fb094a022a760 # main
22+
uses: project-ncl/shared-github-actions/.github/workflows/mend-ci.yml@c7838776470f26e02d24f80215d5a407735fbc31 # main
2323
with:
2424
SCA: true
2525
SAST: true

.github/workflows/gradle-mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
call-mend-ci:
2727
needs: build
28-
uses: project-ncl/shared-github-actions/.github/workflows/mend-ci.yml@70502d0c707f7d7abb41b02af80fb094a022a760 # main
28+
uses: project-ncl/shared-github-actions/.github/workflows/mend-ci.yml@c7838776470f26e02d24f80215d5a407735fbc31 # main
2929
with:
3030
SCA: true
3131
SAST: true

0 commit comments

Comments
 (0)