diff --git a/.github/actions/install/branch-diff/action.yml b/.github/actions/install/branch-diff/action.yml index befa5f919f8..21803f8c7c8 100644 --- a/.github/actions/install/branch-diff/action.yml +++ b/.github/actions/install/branch-diff/action.yml @@ -7,7 +7,7 @@ inputs: runs: using: composite steps: - - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ~/.npm key: ${{ github.workflow }}-branch-diff-3.1.1 diff --git a/.github/actions/node/action.yml b/.github/actions/node/action.yml index 4d9d0510aa5..e4ab29b8ea3 100644 --- a/.github/actions/node/action.yml +++ b/.github/actions/node/action.yml @@ -8,7 +8,7 @@ inputs: runs: using: composite steps: - - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: ${{ inputs.version == 'eol' && '16' || inputs.version == 'oldest' && '18' || inputs.version == 'maintenance' && '20' || inputs.version == 'active' && '22' || inputs.version == 'latest' && '24' || inputs.version }} check-latest: true diff --git a/.github/actions/plugins/test-and-upstream/action.yml b/.github/actions/plugins/test-and-upstream/action.yml index 7e093028312..113346baec2 100644 --- a/.github/actions/plugins/test-and-upstream/action.yml +++ b/.github/actions/plugins/test-and-upstream/action.yml @@ -15,7 +15,7 @@ runs: shell: bash - run: yarn test:plugins:upstream shell: bash - - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: diff --git a/.github/actions/plugins/test/action.yml b/.github/actions/plugins/test/action.yml index e62a0a251b6..36bb3c8daa8 100644 --- a/.github/actions/plugins/test/action.yml +++ b/.github/actions/plugins/test/action.yml @@ -11,7 +11,7 @@ runs: - uses: ./.github/actions/node/active-lts - run: yarn test:plugins:ci shell: bash - - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: diff --git a/.github/actions/plugins/upstream/action.yml b/.github/actions/plugins/upstream/action.yml index 4d2142547b6..6c0d4783282 100644 --- a/.github/actions/plugins/upstream/action.yml +++ b/.github/actions/plugins/upstream/action.yml @@ -11,7 +11,7 @@ runs: - uses: ./.github/actions/node/active-lts - run: yarn test:plugins:upstream shell: bash - - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 9d07fe7393e..3022e489494 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -26,7 +26,7 @@ jobs: npm init -y - name: actionlint id: actionlint - uses: raven-actions/actionlint@01fce4f43a270a612932cb1c64d40505a029f821 # v2.0.0 + uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1 with: matcher: true fail-on-error: true diff --git a/.github/workflows/appsec.yml b/.github/workflows/appsec.yml index f5b83a39549..3f72018eea5 100644 --- a/.github/workflows/appsec.yml +++ b/.github/workflows/appsec.yml @@ -21,7 +21,7 @@ jobs: - uses: ./.github/actions/node/active-lts - uses: ./.github/actions/install - run: yarn test:appsec:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 ubuntu: runs-on: ubuntu-latest @@ -36,7 +36,7 @@ jobs: - run: yarn test:appsec:ci - uses: ./.github/actions/node/latest - run: yarn test:appsec:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 windows: runs-on: windows-latest @@ -47,7 +47,7 @@ jobs: with: cache: 'true' - run: yarn test:appsec:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 ldapjs: runs-on: ubuntu-latest @@ -71,7 +71,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 postgres: runs-on: ubuntu-latest @@ -93,7 +93,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/newest-maintenance-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 mysql: runs-on: ubuntu-latest @@ -115,7 +115,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/newest-maintenance-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 express: runs-on: ubuntu-latest @@ -128,7 +128,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 graphql: runs-on: ubuntu-latest @@ -141,7 +141,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 mongodb-core: runs-on: ubuntu-latest @@ -160,7 +160,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 mongoose: runs-on: ubuntu-latest @@ -179,7 +179,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 sourcing: runs-on: ubuntu-latest @@ -196,7 +196,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/latest - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 next: strategy: @@ -239,7 +239,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: appsec-${{ github.job }}-${{ matrix.version }}-${{ matrix.range_clean }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 lodash: runs-on: ubuntu-latest @@ -252,7 +252,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 integration: runs-on: ubuntu-latest @@ -275,7 +275,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 template: runs-on: ubuntu-latest @@ -288,7 +288,7 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 node-serialize: runs-on: ubuntu-latest @@ -301,4 +301,4 @@ jobs: - run: yarn test:appsec:plugins:ci - uses: ./.github/actions/node/active-lts - run: yarn test:appsec:plugins:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 diff --git a/.github/workflows/ci-visibility-performance.yml b/.github/workflows/ci-visibility-performance.yml index a42f6f19dbe..85290e937b0 100644 --- a/.github/workflows/ci-visibility-performance.yml +++ b/.github/workflows/ci-visibility-performance.yml @@ -19,7 +19,7 @@ jobs: name: CI Visibility performance and correctness tests runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@db3cdf40984fe6fd25ae19ac2bf2f4886ae8d959 # v2.0.5 + - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 35673b0b3a4..8e774e2d00e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 + uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 with: languages: ${{ matrix.language }} config-file: .github/codeql_config.yml @@ -48,7 +48,7 @@ jobs: # queries: ./path/to/local/query, your-org/your-repo/queries@main - name: Autobuild - uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 + uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 + uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 52eb15caac5..f6090201626 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -23,4 +23,4 @@ jobs: - run: yarn test:shimmer:ci - uses: ./.github/actions/node/active-lts - run: yarn test:shimmer:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 diff --git a/.github/workflows/debugger.yml b/.github/workflows/debugger.yml index 5421a10c4a6..6cebfa3ee40 100644 --- a/.github/workflows/debugger.yml +++ b/.github/workflows/debugger.yml @@ -34,4 +34,4 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: debugger-ubuntu-${{ matrix.version }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 diff --git a/.github/workflows/instrumentations.yml b/.github/workflows/instrumentations.yml index 0a0968413c5..7f2405476ce 100644 --- a/.github/workflows/instrumentations.yml +++ b/.github/workflows/instrumentations.yml @@ -35,7 +35,7 @@ jobs: - uses: ./.github/actions/node/latest - run: yarn test:instrumentations:misc:ci shell: bash - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: diff --git a/.github/workflows/lambda.yml b/.github/workflows/lambda.yml index b77e1fe59c7..6f39b56b025 100644 --- a/.github/workflows/lambda.yml +++ b/.github/workflows/lambda.yml @@ -32,4 +32,4 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: lambda - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 diff --git a/.github/workflows/llmobs.yml b/.github/workflows/llmobs.yml index f9e3a8ef416..7ff75f979f4 100644 --- a/.github/workflows/llmobs.yml +++ b/.github/workflows/llmobs.yml @@ -31,7 +31,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: llmobs-${{ github.job }}-${{ matrix.version }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 openai: runs-on: ubuntu-latest @@ -47,7 +47,7 @@ jobs: - uses: ./.github/actions/node/active-lts - run: yarn test:llmobs:plugins:ci shell: bash - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: @@ -67,7 +67,7 @@ jobs: - uses: ./.github/actions/node/active-lts - run: yarn test:llmobs:plugins:ci shell: bash - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: @@ -87,7 +87,7 @@ jobs: - uses: ./.github/actions/node/active-lts - run: yarn test:llmobs:plugins:ci shell: bash - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: @@ -107,7 +107,7 @@ jobs: - uses: ./.github/actions/node/active-lts - run: yarn test:llmobs:plugins:ci shell: bash - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 73d0695ae08..fdb111329aa 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -70,7 +70,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }}-${{ matrix.node-version }}-${{ matrix.range_clean }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 amqp10: runs-on: ubuntu-latest @@ -178,7 +178,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }}-${{ matrix.node-version }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 axios: runs-on: ubuntu-latest @@ -251,7 +251,7 @@ jobs: - run: yarn test:plugins:ci env: OPTIONS_OVERRIDE: 1 - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 confluentinc-kafka-javascript: strategy: @@ -283,7 +283,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: ./.github/actions/testagent/start - - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: ${{ matrix.node-version }} - uses: ./.github/actions/install @@ -292,7 +292,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }}-${{ matrix.node-version }} - - uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 cookie-parser: runs-on: ubuntu-latest @@ -331,7 +331,7 @@ jobs: - uses: ./.github/actions/install - run: yarn config set ignore-engines true - run: yarn test:plugins:ci --ignore-engines - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 connect: runs-on: ubuntu-latest @@ -364,7 +364,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 dd-trace-api: runs-on: ubuntu-latest @@ -394,7 +394,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 elasticsearch: runs-on: ubuntu-latest @@ -418,7 +418,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 express: runs-on: ubuntu-latest @@ -540,7 +540,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }}-${{ matrix.node-version }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 http2: runs-on: ubuntu-latest @@ -562,7 +562,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 # TODO: fix performance issues and test more Node versions jest: @@ -579,7 +579,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 kafkajs: runs-on: ubuntu-latest @@ -638,7 +638,7 @@ jobs: - uses: ./.github/actions/node/active-lts - run: yarn test:plugins:ci shell: bash - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 - if: always() uses: ./.github/actions/testagent/logs with: @@ -815,7 +815,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 # TODO: fix performance issues and test more Node versions next: @@ -857,7 +857,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }}-${{ matrix.version }}-${{ matrix.range_clean }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 openai: runs-on: ubuntu-latest @@ -931,7 +931,7 @@ jobs: - run: yarn config set ignore-engines true - run: yarn services --ignore-engines - run: yarn test:plugins --ignore-engines - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 # TODO: re-enable upstream tests if it ever stops being flaky pino: @@ -951,7 +951,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 postgres: runs-on: ubuntu-latest @@ -1093,7 +1093,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 tedious: runs-on: ubuntu-latest @@ -1120,7 +1120,7 @@ jobs: uses: ./.github/actions/testagent/logs with: suffix: plugins-${{ github.job }} - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 undici: runs-on: ubuntu-latest diff --git a/.github/workflows/profiling.yml b/.github/workflows/profiling.yml index 893da2c7ca2..1b0d8cf28df 100644 --- a/.github/workflows/profiling.yml +++ b/.github/workflows/profiling.yml @@ -22,7 +22,7 @@ jobs: - uses: ./.github/actions/install - run: yarn test:profiler:ci - run: yarn test:integration:profiler - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 ubuntu: runs-on: ubuntu-latest @@ -41,7 +41,7 @@ jobs: - uses: ./.github/actions/node/latest - run: yarn test:profiler:ci - run: yarn test:integration:profiler - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 windows: runs-on: windows-latest @@ -53,4 +53,4 @@ jobs: cache: 'true' - run: yarn test:profiler:ci - run: yarn test:integration:profiler - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 diff --git a/.github/workflows/release-latest.yml b/.github/workflows/release-latest.yml index a5c8d1fae13..d608949fada 100644 --- a/.github/workflows/release-latest.yml +++ b/.github/workflows/release-latest.yml @@ -46,7 +46,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 - run: node scripts/release/status docs: diff --git a/.github/workflows/release-proposal.yml b/.github/workflows/release-proposal.yml index 2754d218201..b794b897726 100644 --- a/.github/workflows/release-proposal.yml +++ b/.github/workflows/release-proposal.yml @@ -20,7 +20,7 @@ jobs: contents: read pull-requests: read steps: - - uses: actions/create-github-app-token@db3cdf40984fe6fd25ae19ac2bf2f4886ae8d959 # v2.0.5 + - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/tracing.yml b/.github/workflows/tracing.yml index 73a773d2127..3edb944078e 100644 --- a/.github/workflows/tracing.yml +++ b/.github/workflows/tracing.yml @@ -21,7 +21,7 @@ jobs: - uses: ./.github/actions/node/active-lts - uses: ./.github/actions/install - run: yarn test:trace:core:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 ubuntu: runs-on: ubuntu-latest @@ -36,7 +36,7 @@ jobs: - run: yarn test:trace:core:ci - uses: ./.github/actions/node/latest - run: yarn test:trace:core:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 windows: runs-on: windows-latest @@ -47,4 +47,4 @@ jobs: with: cache: 'true' - run: yarn test:trace:core:ci - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3