Skip to content

Commit aa67924

Browse files
authored
Merge branch 'main' into fix/trigger-string-undefined-guard
2 parents d19d53a + b7ca857 commit aa67924

5 files changed

Lines changed: 8 additions & 38 deletions

File tree

.github/workflows/docker-build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
20+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
2121
- name: Log in to the Container registry
22-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
22+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: npm ci
2828
- run: npm test
2929
- uses: tintef/nyc-reporter-action@66a40cea2d02fdb0ac8fa045a7355cbbf9b991a1
30+
if: ${{ !github.event.pull_request.head.repo.fork }}
3031
with:
3132
GITHUB_TOKEN: ${{ github.token }}
3233
SKIP_COVERAGE_FOLDER: true

.github/workflows/review-probot-prs.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "Rob Anderson (https://github.com/robandpdx)",
1919
"license": "MIT",
2020
"devDependencies": {
21-
"mocha": "^11.7.5",
21+
"mocha": "^11.7.6",
2222
"nock": "^14.0.15",
2323
"nyc": "^18.0.0",
2424
"smee-client": "^5.0.0",

0 commit comments

Comments
 (0)