Check-in [d9d438563e]
Logged in as anonymous
Overview
Comment:update/fix workflows
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d9d438563e721e86ce64a71f4562ea00edab38ae6ec1f6a1edc741a2a5ca8a44
User & Date: arcade on 2026-01-02 06:52:00.614
Other Links: manifest | tags
Context
2026-01-02
06:55
move file to proper place check-in: 2d5d948e59 user: arcade tags: trunk
06:52
update/fix workflows check-in: d9d438563e user: arcade tags: trunk
06:38
getting rid of direct tokio dependancy properly check-in: 8ea7b79fca user: arcade tags: trunk, v0.5.4
Changes
45
46
47
48
49
50
51
52
53
54
55
        run:
          cargo clippy
          --all-features
          --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
        continue-on-error: true

      - name: Upload analysis results to GitHub
        uses: github/codeql-action/upload-sarif@v3
        with:
          sarif_file: rust-clippy-results.sarif
          wait-for-processing: true







|



45
46
47
48
49
50
51
52
53
54
55
        run:
          cargo clippy
          --all-features
          --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
        continue-on-error: true

      - name: Upload analysis results to GitHub
        uses: github/codeql-action/upload-sarif@v4
        with:
          sarif_file: rust-clippy-results.sarif
          wait-for-processing: true