diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index a2028ff..261ac00 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -10,12 +10,12 @@ jobs:
name: Check commit messages
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
+ - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
cache: pip # caching pip dependencies
- run: pip install commitizen
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a97567b..fbeaf36 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,7 +30,7 @@ Do not know how something in this project works? Curious if this project can ach
### Tools and Packages
All extensions provided by SBB Polarion Team can be built, tested and packaged using Maven.
-It is only possible when the dependencies are extract from Polarion installer. The process must be performed by each contributor. Please consider to use **TODO --> ADD LINK TO OUR PYTHON UTILITY** to extract the dependencies for your own Polarion installer version.
+It is only possible when the dependencies are extract from Polarion installer. The process must be performed by each contributor. Please consider to use https://github.com/SchweizerischeBundesbahnen/polarion-artifacts-deployer to extract the dependencies for your own Polarion installer version.
### Design Decisions
The generic implementation for extensions provided by SBB Polarion Team is located in [ch.sbb.polarion.extension.generic](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic)
diff --git a/LICENSES/SBB.txt b/LICENSES/SBB.txt
index 876a005..f1cdf0a 100644
--- a/LICENSES/SBB.txt
+++ b/LICENSES/SBB.txt
@@ -1,4 +1,5 @@
Copyright 2024 SBB AG and contributors
+Version 1.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.