From 3e14bff864b36e67036500c818681c702bd569d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:40:32 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/codegen.yaml | 4 +-- .github/workflows/pr-title.yaml | 8 +++--- .github/workflows/publish-on-merge.yaml | 4 +-- .github/workflows/tests.yaml | 32 +++++++++++----------- .github/workflows/validate-release-pr.yaml | 2 +- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/codegen.yaml b/.github/workflows/codegen.yaml index fa63dffc010..efd04170688 100644 --- a/.github/workflows/codegen.yaml +++ b/.github/workflows/codegen.yaml @@ -14,12 +14,12 @@ jobs: package: ['stable'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 2 - name: configure node js - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: 20.x diff --git a/.github/workflows/pr-title.yaml b/.github/workflows/pr-title.yaml index 239e49a45e9..3a42f89e7e9 100644 --- a/.github/workflows/pr-title.yaml +++ b/.github/workflows/pr-title.yaml @@ -12,16 +12,16 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Use Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: 20 - name: Cache node_modules id: cache-modules - uses: actions/cache@v3 + uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3 with: path: node_modules key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }} @@ -29,4 +29,4 @@ jobs: - name: Install 🔧 run: yarn install --immutable - - uses: JulienKode/pull-request-name-linter-action@v0.5.0 + - uses: JulienKode/pull-request-name-linter-action@8c05fb989d9f156ce61e33754f9802c9d3cffa58 # v0.5.0 diff --git a/.github/workflows/publish-on-merge.yaml b/.github/workflows/publish-on-merge.yaml index c1e2754e7b1..3a85eb350f9 100644 --- a/.github/workflows/publish-on-merge.yaml +++ b/.github/workflows/publish-on-merge.yaml @@ -14,10 +14,10 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: '20' diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 37c0a4b3f5f..fce30359d83 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -15,18 +15,18 @@ jobs: COGNITE_CREDENTIALS: ${{secrets.COGNITE_CREDENTIALS}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: '20' - name: Cache node_modules id: cache-modules - uses: actions/cache@v3 + uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3 with: path: node_modules key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }} @@ -41,7 +41,7 @@ jobs: # run: yarn test:codecov - name: Codecov - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -49,18 +49,18 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: '20' - name: Cache node_modules id: cache-modules - uses: actions/cache@v3 + uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3 with: path: node_modules key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }} @@ -78,18 +78,18 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: '20' - name: Cache node_modules id: cache-modules - uses: actions/cache@v3 + uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3 with: path: node_modules key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }} @@ -107,18 +107,18 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: '20' - name: Cache node_modules id: cache-modules - uses: actions/cache@v3 + uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3 with: path: node_modules key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }} @@ -148,17 +148,17 @@ jobs: COGNITE_AZURE_DOMAIN: cogniteappdev.onmicrosoft.com steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: ${{ matrix.node-version }} - name: Cache node_modules id: cache-modules - uses: actions/cache@v3 + uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3 with: path: node_modules key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }} diff --git a/.github/workflows/validate-release-pr.yaml b/.github/workflows/validate-release-pr.yaml index 7159adf890e..39e8ae982b7 100644 --- a/.github/workflows/validate-release-pr.yaml +++ b/.github/workflows/validate-release-pr.yaml @@ -9,7 +9,7 @@ jobs: if: startsWith(github.head_ref, 'release/automated-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0