Pin npm and pypi modules and one docker module (#13184)

This commit is contained in:
Trask Stalnaker 2025-02-04 08:15:45 -08:00 committed by GitHub
parent 3287d21ceb
commit 4447ac50c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: git checkout -b opentelemetrybot/cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }} run: git checkout -b opentelemetrybot/cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
- run: sudo apt-get install jq python3-pip - run: sudo apt-get install jq python3-pip
- run: pip install yq - run: pip install yq==3.4.2
- name: update index.yml - name: update index.yml
run: | run: |

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install mardkdownlint - name: Install mardkdownlint
run: npm install -g markdownlint-cli run: npm install -g markdownlint-cli@0.43.0
- name: Run markdownlint - name: Run markdownlint
run: | run: |

View File

@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
RUN ./mvnw package -Dmaven.test.skip=true RUN ./mvnw package -Dmaven.test.skip=true
RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
FROM bellsoft/liberica-openjdk-alpine:21.0.6 FROM bellsoft/liberica-openjdk-alpine:21.0.5@sha256:45083bf56e4cf13c34c6ec04356deec655638c8aa8443f9dcab7a90fb4db8fb6
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
WORKDIR /app WORKDIR /app
EXPOSE 9966 EXPOSE 9966