Skip to content

deps: bump github.com/prometheus/common from 0.65.0 to 0.67.4 #7421

deps: bump github.com/prometheus/common from 0.65.0 to 0.67.4

deps: bump github.com/prometheus/common from 0.65.0 to 0.67.4 #7421

Workflow file for this run

name: Test Retina Image
on:
merge_group:
types: [checks_requested]
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
actions: read
contents: read
deployments: read
packages: none
pull-requests: write
security-events: write
issues: write
jobs:
test-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
- name: Make Retina Test image
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
run: |
make test-image IMAGE_NAMESPACE=${{ github.repository }} PLATFORM=linux/amd64
- name: Upload Artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: coverage-files
path: ./artifacts/coverage*