Resolve RUSTSEC-2024-0421 by upgrading url
crate dependency to "2.5.4"
#1106
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Other | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main, "**"] | |
jobs: | |
check: | |
name: Check license headers | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: apache/[email protected] | |
with: | |
log: info | |
config: .github/configs/skywalking-eyes.yml |