File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 7575
7676 - name : Download and install dbLinter CLI
7777 run : |
78- echo "Downloading dbLinter CLI..."
7978 wget -O dblinter.zip https://github.com/Grisselbav/dbLinter/releases/download/cli-v1.0.0/dblinter-1.0.0.zip
8079 unzip dblinter.zip
8180 mv dblinter-* dblinter
@@ -104,7 +103,6 @@ jobs:
104103 run : |
105104 # CodeQL is always calculating its own hashes for primaryLocationLineHash.
106105 # To avoid inconsistency warnings, we rename the key in our SARIF output.
107- echo "Renaming primaryLocationLineHash to dbLinterPrimaryLocationLineHash in SARIF file..."
108106 sed -i 's/"primaryLocationLineHash":/"dbLinterPrimaryLocationLineHash":/g' results/check.sarif.sarif
109107
110108 - name : Upload SARIF to GitHub Security
You can’t perform that action at this time.
0 commit comments