From 50bebf23f3bdceedb32184b96d03b2ebb0d8b6ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:53:08 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/ci-cd.yml | 6 +++--- .github/workflows/commitlint.yml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7ed5c8b2..c5ee813e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,10 +22,10 @@ jobs: env: TRIGGER_DEPLOY: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/hotfix') || startsWith(github.ref, 'refs/heads/develop') }} steps: - - uses: actions/checkout@v4 - - uses: wagoid/commitlint-github-action@v5 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5 if: github.event_name == 'pull_request' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: cache: "npm" node-version-file: ".nvmrc" diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 400d857a..a6609e4f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,5 +8,5 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: wagoid/commitlint-github-action@v5 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5 diff --git a/package-lock.json b/package-lock.json index 86c53d30..35abff3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/cli": "18.4.3", "@commitlint/config-conventional": "18.4.3", "babel-core": "6.26.0", - "babel-eslint": "^10.1.0", + "babel-eslint": "10.1.0", "babel-loader": "7.1.5", "babel-preset-env": "1.6.1", "copy-webpack-plugin": "4.6.0", diff --git a/package.json b/package.json index 350f8abd..6aba2341 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@commitlint/cli": "18.4.3", "@commitlint/config-conventional": "18.4.3", "babel-core": "6.26.0", - "babel-eslint": "^10.1.0", + "babel-eslint": "10.1.0", "babel-loader": "7.1.5", "babel-preset-env": "1.6.1", "copy-webpack-plugin": "4.6.0",