Skip to content

Commit 4447ac5

Browse files
authored
Pin npm and pypi modules and one docker module (#13184)
1 parent 3287d21 commit 4447ac5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-update-cloudfoundry-index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: git checkout -b opentelemetrybot/cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
3131

3232
- run: sudo apt-get install jq python3-pip
33-
- run: pip install yq
33+
- run: pip install yq==3.4.2
3434

3535
- name: update index.yml
3636
run: |

.github/workflows/reusable-markdown-lint-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414

1515
- name: Install mardkdownlint
16-
run: npm install -g markdownlint-cli
16+
run: npm install -g markdownlint-cli@0.43.0
1717

1818
- name: Run markdownlint
1919
run: |

benchmark-overhead/Dockerfile-petclinic-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
1313
RUN ./mvnw package -Dmaven.test.skip=true
1414
RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
1515

16-
FROM bellsoft/liberica-openjdk-alpine:21.0.6
16+
FROM bellsoft/liberica-openjdk-alpine:21.0.5@sha256:45083bf56e4cf13c34c6ec04356deec655638c8aa8443f9dcab7a90fb4db8fb6
1717
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
1818
WORKDIR /app
1919
EXPOSE 9966

0 commit comments

Comments
 (0)