Skip to content

Commit b379476

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents fbdcc59 + 8ac32b7 commit b379476

File tree

4 files changed

+150
-110
lines changed

4 files changed

+150
-110
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# We create the status here and then update it to success/failure in the `report` stage
2929
# This provides an easy link to this workflow_run from the PR before Sonarcloud is done.
30-
- uses: guibranco/github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
30+
- uses: guibranco/github-status-action-v2@66088c44e212a906c32a047529a213d81809ec1c
3131
with:
3232
authToken: ${{ secrets.GITHUB_TOKEN }}
3333
state: pending
@@ -87,7 +87,7 @@ jobs:
8787
revision: ${{ github.event.workflow_run.head_sha }}
8888
token: ${{ secrets.SONAR_TOKEN }}
8989

90-
- uses: guibranco/github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
90+
- uses: guibranco/github-status-action-v2@66088c44e212a906c32a047529a213d81809ec1c
9191
if: always()
9292
with:
9393
authToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- name: Skip SonarCloud on merge queues
118118
if: env.ENABLE_COVERAGE == 'false'
119-
uses: guibranco/github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
119+
uses: guibranco/github-status-action-v2@66088c44e212a906c32a047529a213d81809ec1c
120120
with:
121121
authToken: ${{ secrets.GITHUB_TOKEN }}
122122
state: success

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-plugin-jsdoc": "^50.0.0",
104104
"eslint-plugin-matrix-org": "^2.0.1",
105105
"eslint-plugin-n": "^14.0.0",
106-
"eslint-plugin-tsdoc": "^0.3.0",
106+
"eslint-plugin-tsdoc": "^0.4.0",
107107
"eslint-plugin-unicorn": "^56.0.0",
108108
"fake-indexeddb": "^5.0.2",
109109
"fetch-mock": "11.1.5",
@@ -122,7 +122,7 @@
122122
"ts-node": "^10.9.2",
123123
"typedoc": "^0.26.0",
124124
"typedoc-plugin-coverage": "^3.0.0",
125-
"typedoc-plugin-mdn-links": "^3.0.3",
125+
"typedoc-plugin-mdn-links": "^4.0.0",
126126
"typedoc-plugin-missing-exports": "^3.0.0",
127127
"typescript": "^5.4.2"
128128
},

0 commit comments

Comments
 (0)