chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2024-02-16 01:14:00 +00:00 committed by GitHub
parent 86dcb0151a
commit 49633c99a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions
.github/workflows

View file

@ -20,10 +20,10 @@ jobs:
env: env:
TRIGGER_DEPLOY: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/hotfix') || startsWith(github.ref, 'refs/heads/develop') || startsWith(github.ref, 'refs/heads/beta') }} TRIGGER_DEPLOY: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/hotfix') || startsWith(github.ref, 'refs/heads/develop') || startsWith(github.ref, 'refs/heads/beta') }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@v5 - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
- uses: actions/setup-node@v3 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with: with:
cache: "npm" cache: "npm"
node-version-file: ".nvmrc" node-version-file: ".nvmrc"

View file

@ -8,5 +8,5 @@ jobs:
commitlint: commitlint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@v5 - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5