Skip to content

Commit e4874e8

Browse files
authored
Merge pull request #100 from WyriHaximus/revert-91-use-merged-commit-sha
Revert "Use merge commit sha to compare against"
2 parents dac57fd + 927dbf4 commit e4874e8

File tree

5 files changed

+449
-259
lines changed

5 files changed

+449
-259
lines changed

.github/workflows/ci.yml

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

Dockerfile-build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ 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
1614
ENTRYPOINT ["/workdir/entrypoint.sh"]

0 commit comments

Comments
 (0)