-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #365 from statisticsnorway/dependabot/github_actio…
…ns/github-action-dependencies-d36a8ab45f Bump the github-action-dependencies group across 1 directory with 3 updates
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
poetry --version | ||
- name: Set up Python | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: "3.12" | ||
cache: "poetry" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
fetch-depth: 2 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: "3.12" | ||
|
||
|
@@ -61,11 +61,11 @@ jobs: | |
- name: Publish package on PyPI | ||
if: steps.check-version.outputs.tag | ||
uses: pypa/gh-action-pypi-publish@v1.8.14 | ||
uses: pypa/gh-action-pypi-publish@v1.9.0 | ||
|
||
- name: Publish package on TestPyPI | ||
if: (!steps.check-version.outputs.tag) | ||
uses: pypa/gh-action-pypi-publish@v1.8.14 | ||
uses: pypa/gh-action-pypi-publish@v1.9.0 | ||
with: | ||
repository-url: https://test.pypi.org/legacy/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Set up Python ${{ matrix.python }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: ${{ matrix.python }} | ||
|
||
|
@@ -120,7 +120,7 @@ jobs: | |
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: "3.12" | ||
|
||
|
@@ -167,4 +167,4 @@ jobs: | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||
# No need to run SonarCloud analysis if dependabot update or token not defined | ||
if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]') | ||
uses: SonarSource/sonarcloud-github-action@v2.1.1 | ||
uses: SonarSource/sonarcloud-github-action@v2.3.0 |