Skip to content

chore(deps): bump github.com/prometheus/common from 0.65.0 to 0.67.2 #2624

chore(deps): bump github.com/prometheus/common from 0.65.0 to 0.67.2

chore(deps): bump github.com/prometheus/common from 0.65.0 to 0.67.2 #2624

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: DevSkim
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "37 18 * * 2"
jobs:
lint:
name: DevSkim
runs-on: ubuntu-latest # pin to latest LTS
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
with:
ignore-globs: "third-party-chains/*"
- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: devskim-results.sarif