Skip to content

Commit

Permalink
chore(deps): pin dependencies (#719) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent b75c067 commit 5003745
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_pr_title.yml
Expand Up @@ -15,12 +15,12 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5
id: lint_pr_title
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: marocchino/sticky-pull-request-comment@v2
- uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2
# When the previous steps fails, the workflow would stop. By adding this
# condition you can continue the execution with the populated error message.
if: always() && (steps.lint_pr_title.outputs.error_message != null)
Expand All @@ -39,7 +39,7 @@ jobs:
# Delete a previous comment when the issue has been resolved
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
uses: marocchino/sticky-pull-request-comment@v2
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2
with:
header: pr-title-lint-error
delete: true
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -21,11 +21,11 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
persist-credentials: false
- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: ${{ env.node-version }}
- name: Install packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -18,9 +18,9 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
Expand Down
27 changes: 24 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -37,21 +37,21 @@
"@semantic-release/npm": "11.0.0",
"@semantic-release/release-notes-generator": "12.0.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "20.6.0",
"@types/sinon": "^10.0.16",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"chai": "~4.2.x",
"eslint": "~8.36.x",
"eslint-config-prettier": "^8.7.x",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-prettier": "~4.2.x",
"husky": "^8.0.3",
"husky": "8.0.3",
"jest": "~29.5.x",
"prettier": "~2.8.x",
"semantic-release": "22.0.5",
"sinon": "^15.0.x",
"ts-jest": "^29.1.1",
"typescript": "~5.1.6"
"typescript": "5.1.6"
},
"keywords": [
"cron",
Expand Down

0 comments on commit 5003745

Please sign in to comment.