Skip to content

Commit 8e293d6

Browse files
fix(deps): pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1cf3ae8 commit 8e293d6

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/pr-semantic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Note that a second check will be reported if this is enabled.
5050
wip: true
5151

52-
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
52+
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
5353
# When the previous steps fails, the workflow would stop. By adding this
5454
# condition you can continue the execution with the populated error message.
5555
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Delete a previous comment when the issue has been resolved
7070
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
71-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
71+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
7272
with:
7373
header: pr-title-lint-error
7474
delete: true

scripts/yarn-lockfile-surgeon/package-lock.json

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

scripts/yarn-lockfile-surgeon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"test": "node --test"
1212
},
1313
"dependencies": {
14-
"@yarnpkg/core": "^4.7.0",
15-
"@yarnpkg/parsers": "^3.0.3",
16-
"package-json": "^10.0.1",
17-
"semver": "^7.7.4"
14+
"@yarnpkg/core": "4.7.0",
15+
"@yarnpkg/parsers": "3.0.3",
16+
"package-json": "10.0.1",
17+
"semver": "7.7.4"
1818
},
1919
"devDependencies": {
20-
"@types/semver": "^7.7.1"
20+
"@types/semver": "7.7.1"
2121
}
2222
}

0 commit comments

Comments
 (0)