File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 steps :
4141 - name : Checkout central repository
4242 uses : actions/checkout@v4
43- - name : Checkout CodeQL Coding Standards scripts
44- uses : actions/checkout@v4
45- with :
46- repository : github/codeql-coding-standards
47- path : codeql-coding-standards-repo # Klonen in diesen Ordner
48- ref : main # Oder eine spezifische Release-Version, z.B. 'v2.53.0-dev'
4943 # Add coding standard packages and dependencies
5044 - name : Install Python dependencies for Coding Standards scripts
5145 run : |
9690 upload-database : false # Don't upload databases for each repo
9791 output : sarif-results/
9892 category : " multi-repo-scan"
93+ - name : Checkout CodeQL Coding Standards scripts
94+ uses : actions/checkout@v4
95+ with :
96+ repository : github/codeql-coding-standards
97+ path : codeql-coding-standards-repo # Klonen in diesen Ordner
98+ ref : main # Oder eine spezifische Release-Version, z.B. 'v2.53.0-dev'
9999 - name : Recategorize Guidelines
100100 if : always()
101101 run : |
You can’t perform that action at this time.
0 commit comments