Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- id: checkout
name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- id: sonarcloud
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- id: checkout
name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
- id: setup
name: Setup
run: ./setup
Expand Down
Loading