We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577d8e7 commit 556712aCopy full SHA for 556712a
1 file changed
.github/workflows/quality-checks.yml
@@ -42,7 +42,7 @@ jobs:
42
runs-on: ubuntu-22.04
43
container:
44
image: ${{ inputs.runtime_docker_image }}
45
- options: --user 0
+ options: --user 1001:1001
46
steps:
47
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
48
if: ${{ inputs.install_java }}
@@ -77,6 +77,7 @@ jobs:
77
78
- name: make install
79
run: |
80
+ id
81
make install
82
83
- name: Check language tools used and setup trivy config
0 commit comments