diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 59b06211..bef9f967 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -46,6 +46,6 @@ jobs: severity: CRITICAL,HIGH - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6 + uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8 with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 18fa0966..46549907 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -19,4 +19,4 @@ jobs: # When this version is updated, do not forget to update this in `.pre-commit-config.yaml` too - name: Spell Check Repo - uses: crate-ci/typos@7436548694def3314aacd93ed06c721b1f91ea04 # v1.37.2 + uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1.38.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27d743f7..58e5c318 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,6 +52,6 @@ repos: - "cd docker && make" # When this version is updated, do not forget to update this in `.github/workflows/typos.yaml` too - repo: https://github.com/crate-ci/typos - rev: 7436548694def3314aacd93ed06c721b1f91ea04 # v1.37.2 + rev: 80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1.38.1 hooks: - id: typos diff --git a/Cargo.toml b/Cargo.toml index 29ae228c..13f0520b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ rust-version.workspace = true license.workspace = true publish.workspace = true - [features] # default = ["sqlite"] # Empty to keep compatibility, prefer to set USE_SYSLOG=true @@ -215,7 +214,6 @@ lto = "fat" codegen-units = 1 debug = false - # Optimize for size [profile.release-micro] inherits = "release"