Skip to content

Commit

Permalink
Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (#1)
Browse files Browse the repository at this point in the history
* Bump actions/dependency-review-action from 4.3.3 to 4.3.4

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@72eb03d...5a2ce3f)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix test runner

Signed-off-by: John Mertic <[email protected]>

* Fix test runner

Signed-off-by: John Mertic <[email protected]>

* Fix test runner

Signed-off-by: John Mertic <[email protected]>

* Fix test runner

Signed-off-by: John Mertic <[email protected]>

* Fix test runner

Signed-off-by: John Mertic <[email protected]>

* Fix test runner

Signed-off-by: John Mertic <[email protected]>

* Fix test runner

Signed-off-by: John Mertic <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: John Mertic <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Mertic <[email protected]>
  • Loading branch information
dependabot[bot] and jmertic authored Aug 10, 2024
1 parent c131c78 commit efbc636
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'Dependency Review'
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: abatilo/actions-poetry@v2
- name: Run tests
run: |
poetry install --with test
poetry run coverage run --branch tests.py -b
poetry run coverage xml
- name: Save debug.log file
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "landscape-tools"
name = "lfx-landscape-tools"
version = "1.0.0"
description = "Collection of tools for automating the data management of a landscape"
description = "Collection of tools for automating the data management of a landscape from LFX"
authors = ["John Mertic <[email protected]>"]
readme = "README.md"
license = "Apache-2.0"
Expand Down
5 changes: 2 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sonar.projectKey=jmertic_landscape-tools
sonar.projectKey=jmertic_lfx-landscape-tool
sonar.organization=jmertic
sonar.projectName=landscape-tools
sonar.projectName=lfx-landscape-tool
sonar.projectVersion=1.0
sonar.sources=landscape_tools
sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit efbc636

Please sign in to comment.