Skip to content

Commit

Permalink
Integrate fix (eclipse-velocitas#224)
Browse files Browse the repository at this point in the history
* Integrate fix

* Set correct package version

* Fix notice 3rd...

* Update NOTICE-3RD-PARTY-CONTENT.md
  • Loading branch information
kse3hi authored Feb 7, 2024
1 parent a627c53 commit c0a65b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 39 deletions.
35 changes: 0 additions & 35 deletions .github/actions/pre-commit-action/action.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git config --global --add safe.directory $( pwd )
- name: Run Linters
uses: ./.github/actions/pre-commit-action
uses: pre-commit/action@v3.0.0

- name: Clone Release Documentation Action repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
path: |
results/Documentation/renderer/*
merge-test-results:
merge-test-results:
runs-on: ubuntu-latest
needs: run-integration-tests
steps:
Expand Down
2 changes: 1 addition & 1 deletion .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"name": "devenv-github-workflows",
"version": "v4.1.3"
"version": "v4.1.4"
},
{
"name": "devenv-github-templates",
Expand Down
3 changes: 2 additions & 1 deletion NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
|nodeenv|1.8.0|BSD|
|packaging|23.2|Apache 2.0<br/>BSD|
|parameterized|0.9.0|Simplified BSD|
|pip|23.3.2|MIT|
|pip|24.0|MIT|
|pip-tools|7.3.0|BSD|
|platformdirs|3.11.0|MIT|
|pluggy|1.3.0|MIT|
Expand Down Expand Up @@ -77,4 +77,5 @@
|mikepenz/action-junit-report|v4|Apache License 2.0|
|peaceiris/actions-gh-pages|v3|MIT License|
|peaceiris/actions-hugo|v2|MIT License|
|pre-commit/action|v3.0.0|MIT License|
|softprops/action-gh-release|v1|MIT License|

0 comments on commit c0a65b9

Please sign in to comment.