actions OPTIMIZE remove useless commands
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5e673da..d1a64bd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -207,12 +207,6 @@
           TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
         if: ${{ matrix.config.name == 'Coverity' }}
 
-      - name: Deps-coverity-fix-permissions
-        run: |
-          chmod go-w $HOME
-          sudo chmod -R go-w /usr/share
-        if: ${{ matrix.config.name == 'Coverity' }}
-
       - name: Deps-libyang
         shell: bash
         run: |