build(ci): cleanups
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 8 Sep 2023 13:54:54 +0000 (15:54 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 8 Sep 2023 13:54:54 +0000 (15:54 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index ac2267e44e3a160a092cef9a470254d40e0bd815..c8a79b13464c2665f7742079f5ce6ccac44f9080 100644 (file)
@@ -33,13 +33,13 @@ jobs:
       - uses: actions/checkout@v4
         with:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
-      - name: 'Dependency Review'
+      - name: Dependency Review
         if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
         uses: actions/dependency-review-action@v3
         with:
           base-ref: ${{ github.ref_name }}
           head-ref: ${{ github.sha }}
-      - name: 'Pull Request Dependency Review'
+      - name: Pull Request Dependency Review
         if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
         uses: actions/dependency-review-action@v3
       - uses: pnpm/action-setup@v2
@@ -83,13 +83,13 @@ jobs:
       - uses: actions/checkout@v4
         with:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
-      - name: 'Dependency Review'
+      - name: Dependency Review
         if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
         uses: actions/dependency-review-action@v3
         with:
           base-ref: ${{ github.ref_name }}
           head-ref: ${{ github.sha }}
-      - name: 'Pull Request Dependency Review'
+      - name: Pull Request Dependency Review
         if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
         uses: actions/dependency-review-action@v3
       - uses: pnpm/action-setup@v2