File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 poetry --version
3636
3737 - name : Set up Python
38- uses : actions/setup-python@v5.5 .0
38+ uses : actions/setup-python@v5.6 .0
3939 with :
4040 python-version : " 3.12"
4141 cache : " poetry"
Original file line number Diff line number Diff line change 2121 fetch-depth : 2
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5.5 .0
24+ uses : actions/setup-python@v5.6 .0
2525 with :
2626 python-version : " 3.12"
2727
Original file line number Diff line number Diff line change 3939 uses : actions/checkout@v4
4040
4141 - name : Set up Python ${{ matrix.python }}
42- uses : actions/setup-python@v5.5 .0
42+ uses : actions/setup-python@v5.6 .0
4343 with :
4444 python-version : ${{ matrix.python }}
4545
@@ -124,7 +124,7 @@ jobs:
124124 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
125125
126126 - name : Set up Python
127- uses : actions/setup-python@v5.5 .0
127+ uses : actions/setup-python@v5.6 .0
128128 with :
129129 python-version : " 3.11"
130130
@@ -172,4 +172,4 @@ jobs:
172172 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
173173 # No need to run SonarCloud analysis if dependabot update or token not defined
174174 if : env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
175- uses : SonarSource/sonarqube-scan-action@v5.1 .0
175+ uses : SonarSource/sonarqube-scan-action@v5.2 .0
You can’t perform that action at this time.
0 commit comments