diff --git a/.github/workflows/ci-cd-pipeline.yaml b/.github/workflows/ci-cd-pipeline.yaml index 882124f..a027334 100644 --- a/.github/workflows/ci-cd-pipeline.yaml +++ b/.github/workflows/ci-cd-pipeline.yaml @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v4 - name: "📊 Repository visualizer" - uses: githubocto/repo-visualizer@master + uses: githubocto/repo-visualizer@0.7.1 with: excluded_paths: "node_modules,.github" # output_file: "src/diagram.svg"