Skip to content

Commit ea2e607

Browse files
committed
fixed syntax error
1 parent ca4d609 commit ea2e607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@@v6
16+
- uses: actions/checkout@v6
1717
- run: .github/build.sh coverity
1818
- uses: vapier/coverity-scan-action@2dd9b03b1987669de7a6db4203ba44b76a636ce4 # v0.0.1
1919
with:

0 commit comments

Comments
 (0)