Skip to content

Commit 273ba4f

Browse files
authored
Merge pull request #155 from statisticsnorway/dependabot/github_actions/github-action-dependencies-1aa44c9a69
Bump the github-action-dependencies group across 1 directory with 2 updates
2 parents df0aa5e + 89d0617 commit 273ba4f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

0 commit comments

Comments
 (0)