Skip to content

Commit 60a2a3d

Browse files
committed
Use merge commit sha to compare against
1 parent ed83fe2 commit 60a2a3d

File tree

5 files changed

+259
-449
lines changed

5 files changed

+259
-449
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292
runs-on: ubuntu-latest
9393
if: ${{ github.event_name == 'pull_request' }}
9494
steps:
95-
- uses: actions/checkout@v2
95+
- uses: actions/checkout@v3
96+
with:
97+
fetch-depth: 0
9698
- name: Download Images
9799
if: github.actor == 'dependabot[bot]'
98100
uses: actions/download-artifact@v2

Dockerfile-build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ FROM wyrihaximusnet/php:8.2-nts-alpine-slim-root AS runtime
1111
RUN mkdir /workdir
1212
COPY ./entrypoint.sh ./comment.php ./post-process.php ./composer.* /workdir/
1313
COPY --from=install-dependencies /workdir/vendor/ /workdir/vendor/
14+
# hadolint ignore=DL3018
15+
RUN apk add --no-cache jq
1416
ENTRYPOINT ["/workdir/entrypoint.sh"]

0 commit comments

Comments
 (0)