From b38d6df3ef73cc8fc994ae4a5d053da9e3da4ac1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 04:08:50 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/actions/builds/npm-install/action.yml | 2 +- .github/workflows/pr-test.yml | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/builds/npm-install/action.yml b/.github/actions/builds/npm-install/action.yml index 9f3adb4..30cbe6a 100644 --- a/.github/actions/builds/npm-install/action.yml +++ b/.github/actions/builds/npm-install/action.yml @@ -6,7 +6,7 @@ runs: steps: - name: Cache node_modules id: cache - uses: actions/cache@v4 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: path: ./node_modules key: modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index ef99f20..06a4c4d 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -39,7 +39,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Run unit test uses: ./.github/actions/tests/unit-test @@ -54,7 +54,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Echo Message run: echo "Running tests for affected PR" @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Echo Message run: echo "Running SonarQube Analysis" diff --git a/package-lock.json b/package-lock.json index 01c019f..1d1f07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "uuidv4": "^6.2.10" }, "devDependencies": { - "@faker-js/faker": "^6.0.0", + "@faker-js/faker": "6.0.0", "nx": "19.7.3" } }, diff --git a/package.json b/package.json index f7be292..37749c1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "uuidv4": "^6.2.10" }, "devDependencies": { - "@faker-js/faker": "^6.0.0", + "@faker-js/faker": "6.0.0", "nx": "19.7.3" }, "nx": {}