Skip to content

chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.109.0 #4599

chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.109.0

chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.109.0 #4599

Workflow file for this run

name: Security Scan / Gauntlt
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
submodules: true
- name: Setup Node.js environment
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: lts/*
registry-url: https://npm.pkg.github.com
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run postinstall scripts
run: npm rebuild && npm run prepare --if-present
- name: Run gauntlt scan
run: docker compose -f docker-compose-ci.yml up --build --abort-on-container-exit --renew-anon-volumes