We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23923e commit 9ac0d6aCopy full SHA for 9ac0d6a
.github/workflows/sonar.yaml
@@ -12,11 +12,11 @@ jobs:
12
github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
19
- - uses: actions/setup-python@v2.1.4
+ - uses: actions/setup-python@v5
20
21
python-version: 3.9
22
0 commit comments