We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c57cb commit 1dc0184Copy full SHA for 1dc0184
.github/workflows/clippy.yml
@@ -14,7 +14,7 @@ jobs:
14
security-events: write
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- uses: swatinem/rust-cache@v2
19
- run: cargo install clippy-sarif sarif-fmt
20
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
21
22
- name: Build
23
run: >
@@ -82,7 +82,7 @@ jobs:
82
environment: crates.io
83
84
85
86
87
88
- name: Publish
0 commit comments