We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765e6fd commit cae4283Copy full SHA for cae4283
src/extractors.rs
@@ -1,8 +1,8 @@
1
use std::path::PathBuf;
2
3
use anyhow::Result;
4
-use ghastoolkit::codeql::CodeQLExtractor;
5
use ghastoolkit::Repository;
+use ghastoolkit::codeql::CodeQLExtractor;
6
use octocrab::models::repos::{Asset, Release};
7
8
async fn fetch_releases(client: &octocrab::Octocrab, repository: &Repository) -> Result<Release> {
src/main.rs
@@ -1,7 +1,7 @@
use anyhow::{Context, Result};
-use ghactions::{group, groupend, ActionTrait, ToolCache};
+use ghactions::{ActionTrait, ToolCache, group, groupend};
use log::{debug, info};
mod action;
0 commit comments