diff --git a/.github/actions/post-clang-tidy-results/action.yaml b/.github/actions/post-clang-tidy-results/action.yaml index 8d3f8ad5..8221e81c 100644 --- a/.github/actions/post-clang-tidy-results/action.yaml +++ b/.github/actions/post-clang-tidy-results/action.yaml @@ -19,7 +19,6 @@ runs: uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: pattern: clang-tidy-* - path: ${{ inputs.build-path }} merge-multiple: true continue-on-error: true diff --git a/.github/workflows/format-all.yaml b/.github/workflows/format-all.yaml index 8126aebc..71445f18 100644 --- a/.github/workflows/format-all.yaml +++ b/.github/workflows/format-all.yaml @@ -9,6 +9,7 @@ on: permissions: pull-requests: write contents: write + issues: write jobs: setup: