Skip to content

Commit

Permalink
update upload action
Browse files Browse the repository at this point in the history
- install conan under root user
  • Loading branch information
MP91 committed Jun 21, 2024
1 parent d250fd6 commit 8e1a3d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
sed -i -e 's/PACKAGE-MANAGER/PACKAGE_MANAGER/g' SBOM/SPDX/*.spdx.json
- name: Upload SBOM as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SBOM
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
java -jar dash.jar -project automotive.velocitas -review -token ${{ secrets.GITLAB_API_TOKEN }} -summary DEPENDENCIES clearlydefined.input 2> output.log
- name: Upload dash input/output as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: "dash-artifacts"
Expand Down
3 changes: 3 additions & 0 deletions Dockerfiles/cpp/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ RUN ./install-python.sh && \
./install-velocitas-cli.sh ${TARGETARCH} && \
./install-kanto.sh ${TARGETARCH}

# Install conan as root user
RUN sudo pip3 install conan==1.63.0

USER 4000

ADD --chown=4000 https://raw.githubusercontent.com/eclipse-velocitas/vehicle-app-cpp-sdk/$SDK_TAG/requirements.txt ./requirements/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|:-----------|:-------:|--------:|
|actions/checkout|v4|MIT License|
|actions/setup-java|v3.13.0|MIT License|
|actions/upload-artifact|v3|MIT License|
|actions/upload-artifact|v4|MIT License|
|ASzc/change-string-case-action|v6|ISC License|
|devcontainers/ci|v0.3|MIT License|
|docker/login-action|v3|Apache License 2.0|
Expand Down

0 comments on commit 8e1a3d5

Please sign in to comment.