Skip to content

Commit 556712a

Browse files
committed
debug
1 parent 577d8e7 commit 556712a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-22.04
4343
container:
4444
image: ${{ inputs.runtime_docker_image }}
45-
options: --user 0
45+
options: --user 1001:1001
4646
steps:
4747
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
4848
if: ${{ inputs.install_java }}
@@ -77,6 +77,7 @@ jobs:
7777

7878
- name: make install
7979
run: |
80+
id
8081
make install
8182
8283
- name: Check language tools used and setup trivy config

0 commit comments

Comments
 (0)