File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - prod
1313jobs :
1414 run :
15- uses : lehigh-university-libraries/gha/.github/workflows/linderman-deploy.yaml@0ad0a7d96a7b3a5c05ad811832108d67e3dea92c # main
15+ uses : lehigh-university-libraries/gha/.github/workflows/linderman-deploy.yaml@e26d86abfbe300be4d93570b666651c11471995b # main
1616 with :
1717 url : https://apps-${{ inputs.environment }}.lib.lehigh.edu/_rollout
1818 permissions :
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 if : github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release')
11- uses : lehigh-university-libraries/gha/.github/workflows/bump-release.yaml@0ad0a7d96a7b3a5c05ad811832108d67e3dea92c # main
11+ uses : lehigh-university-libraries/gha/.github/workflows/bump-release.yaml@e26d86abfbe300be4d93570b666651c11471995b # main
1212 permissions :
1313 contents : write
1414 secrets : inherit
Original file line number Diff line number Diff line change 1919 lint-test :
2020 runs-on : ubuntu-24.04
2121 steps :
22- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323
2424 - uses : hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
2525 with :
@@ -30,15 +30,15 @@ jobs:
3030
3131 build-push :
3232 needs : [lint-test]
33- uses : lehigh-university-libraries/gha/.github/workflows/build-push-ghcr.yaml@0ad0a7d96a7b3a5c05ad811832108d67e3dea92c # main
33+ uses : lehigh-university-libraries/gha/.github/workflows/build-push-ghcr.yaml@e26d86abfbe300be4d93570b666651c11471995b # main
3434 permissions :
3535 contents : read
3636 packages : write
3737 secrets : inherit
3838
3939 deploy :
4040 needs : [build-push]
41- uses : lehigh-university-libraries/gha/.github/workflows/linderman-deploy.yaml@0ad0a7d96a7b3a5c05ad811832108d67e3dea92c # main
41+ uses : lehigh-university-libraries/gha/.github/workflows/linderman-deploy.yaml@e26d86abfbe300be4d93570b666651c11471995b # main
4242 with :
4343 url : https://apps-test.lib.lehigh.edu/_rollout
4444 secrets : inherit
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1.23 .0@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
2- FROM tomcat:11.0@sha256:931b145a361d3aa3033e97dd035dace2fe5bc551abfc5aaa0b341a2ac00e8b2f AS build
1+ # syntax=docker/dockerfile:1.25 .0@sha256:0adf442eae370b6087e08edc7c50b552d80ddf261576f4ebd6421006b2461f12
2+ FROM tomcat:11.0@sha256:3747125ecc78357b5eb6e2e59352713c14a428514753fdf67db7af97999a18c4 AS build
33
44WORKDIR /build
55
@@ -13,7 +13,7 @@ COPY pom.xml .
1313COPY src ./src
1414RUN mvn clean package -DskipTests
1515
16- FROM tomcat:11.0@sha256:931b145a361d3aa3033e97dd035dace2fe5bc551abfc5aaa0b341a2ac00e8b2f
16+ FROM tomcat:11.0@sha256:3747125ecc78357b5eb6e2e59352713c14a428514753fdf67db7af97999a18c4
1717
1818RUN rm -rf /usr/local/tomcat/webapps/*
1919COPY --from=build /build/target/folio-shelving-order.war /usr/local/tomcat/webapps/
Original file line number Diff line number Diff line change 8585 </plugin >
8686 <plugin >
8787 <artifactId >maven-surefire-plugin</artifactId >
88- <version >3.5.5 </version >
88+ <version >3.5.6 </version >
8989 </plugin >
9090 <plugin >
9191 <artifactId >maven-war-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments