We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d306b commit 2e2d456Copy full SHA for 2e2d456
1 file changed
.github/workflows/quality-checks.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-22.04
31
container:
32
image: ${{ inputs.runtime_docker_image }}
33
- options: --user 1000:1000
+ options: --user 1001:1001
34
steps:
35
- &checkout
36
name: Checkout code
@@ -287,7 +287,7 @@ jobs:
287
288
289
290
291
292
- name: Checkout code
293
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
@@ -414,7 +414,7 @@ jobs:
414
415
416
417
418
419
- *checkout
420
0 commit comments