File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ jobs:
2424 run : ${{ steps.download-actionlint.outputs.executable }} -color
2525 shell : bash
2626
27- analyse-code :
28- name : Code scanner
29- needs : check-workflows
30- uses : ./.github/workflows/security-code-scanner.yml
31- permissions :
32- actions : read
33- contents : read
34- security-events : write
35- secrets :
36- SECURITY_SCAN_METRICS_TOKEN : ${{ secrets.SECURITY_SCAN_METRICS_TOKEN }}
37- APPSEC_BOT_SLACK_WEBHOOK : ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}
27+ # analyse-code:
28+ # name: Code scanner
29+ # needs: check-workflows
30+ # uses: ./.github/workflows/security-code-scanner.yml
31+ # permissions:
32+ # actions: read
33+ # contents: read
34+ # security-events: write
35+ # secrets:
36+ # SECURITY_SCAN_METRICS_TOKEN: ${{ secrets.SECURITY_SCAN_METRICS_TOKEN }}
37+ # APPSEC_BOT_SLACK_WEBHOOK: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}
3838
3939 lint-build-test :
4040 name : Lint, build, and test
7777 name : All jobs complete
7878 runs-on : ubuntu-latest
7979 needs :
80- - analyse-code
80+ # - analyse-code
8181 - lint-build-test
8282 outputs :
8383 passed : ${{ steps.set-output.outputs.passed }}
Original file line number Diff line number Diff line change 1- lts/*
1+ v24.7.0
You can’t perform that action at this time.
0 commit comments