From e476d5e75e64810f3732ab328d632e79d74a781c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:53:41 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/ci.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 2 +- .gitlab-ci.yml | 2 +- package-lock.json | 8 ++++---- package.json | 8 ++++---- plugins/nx-container/tests/Dockerfile | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6423f92d..d29f7d10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 @@ -28,13 +28,13 @@ jobs: run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build" # Cache node_modules - - uses: actions/setup-node@v4 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 20 cache: 'npm' - run: npm ci - - uses: nrwl/nx-set-shas@v4 + - uses: nrwl/nx-set-shas@be2a36618456ad6f3abf921eb24900817da1af6b # v4 # Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud - run: npx nx-cloud record -- nx format:check diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fae5b7a8..ba71a3ea 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65d8c8b4..ed20c5ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ workflow: on_new_commit: conservative default: - image: node:20 + image: node:20@sha256:18ad6b547976c931c7374c2f7b0a1dd27eda7b55dbf41c9cdb35fe4081996652 variables: CI: 'true' diff --git a/package-lock.json b/package-lock.json index 8a9d852e..8b31a52d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,8 +43,8 @@ "@swc-node/register": "1.9.2", "@swc/cli": "0.3.12", "@swc/core": "1.5.7", - "@swc/helpers": "~0.5.11", - "@swc/jest": "~0.2.36", + "@swc/helpers": "0.5.11", + "@swc/jest": "0.2.36", "@types/jest": "29.5.12", "@types/node": "18.19.43", "@types/semver": "7.5.8", @@ -65,10 +65,10 @@ "prettier": "2.8.8", "ts-jest": "29.2.4", "ts-node": "10.9.2", - "tsx": "^4.17.0", + "tsx": "4.17.0", "typescript": "5.5.4", "validate-branch-name": "1.3.1", - "verdaccio": "^5.31.1" + "verdaccio": "5.32.1" }, "engines": { "node": ">=18.12.0 || >=20.0.0" diff --git a/package.json b/package.json index 1b87805d..1dd72bc4 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "@swc-node/register": "1.9.2", "@swc/cli": "0.3.12", "@swc/core": "1.5.7", - "@swc/helpers": "~0.5.11", - "@swc/jest": "~0.2.36", + "@swc/helpers": "0.5.11", + "@swc/jest": "0.2.36", "@types/jest": "29.5.12", "@types/node": "18.19.43", "@types/semver": "7.5.8", @@ -69,10 +69,10 @@ "prettier": "2.8.8", "ts-jest": "29.2.4", "ts-node": "10.9.2", - "tsx": "^4.17.0", + "tsx": "4.17.0", "typescript": "5.5.4", "validate-branch-name": "1.3.1", - "verdaccio": "^5.31.1" + "verdaccio": "5.32.1" }, "nx": { "includedScripts": [] diff --git a/plugins/nx-container/tests/Dockerfile b/plugins/nx-container/tests/Dockerfile index 4470dcef..62ca117a 100644 --- a/plugins/nx-container/tests/Dockerfile +++ b/plugins/nx-container/tests/Dockerfile @@ -1,3 +1,3 @@ -FROM alpine +FROM alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d RUN echo "Hello world!"