Skip to content

Commit eec1036

Browse files
remove unnecessary console output
1 parent 957187d commit eec1036

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
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

0 commit comments

Comments
 (0)