DataDog / synthetics-ci-github-action

Use Browser and API tests in your CI/CD with Datadog Continuous Testing
https://docs.datadoghq.com/continuous_testing/
Apache License 2.0
41 stars 14 forks source link

Buffer is deprecated error on version 0.9.2 #114

Closed celia-tray closed 1 year ago

celia-tray commented 1 year ago
Run DataDog/synthetics-ci-github-action@v0.9.2
(node:1714) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Getting this error when running the tests without any extra variables:

      - name: Run Datadog Synthetics tests
        uses: DataDog/synthetics-ci-github-action@v0.9.2
        with:
          api_key: $DATADOG_API_KEY
          app_key: $DATADOG_APP_KEY
          test_search_query: 'tag:ci-test'
celia-tray commented 1 year ago

Error unrelated to buffer warning, apologies. Closing the test

NoortsDD commented 1 year ago

FYI: This issue relates to: