Skip to content

chore(deps): bump github.com/buildkite/agent/v3 from 3.130.0 to 3.136.2 #2824

chore(deps): bump github.com/buildkite/agent/v3 from 3.130.0 to 3.136.2

chore(deps): bump github.com/buildkite/agent/v3 from 3.130.0 to 3.136.2 #2824

Workflow file for this run

# Copyright 2024 The Sigstore Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Conformance Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
conformance:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [ production, staging ]
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Extract version of Go to use
run: echo "GOVERSION=$(awk -F'[:@]' '/FROM golang/{print $2; exit}' Dockerfile)" >> $GITHUB_ENV
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: '${{ env.GOVERSION }}'
check-latest: true
cache: false
- run: make cosign conformance
- uses: sigstore/sigstore-conformance@21533cde107c734ebc153c3e3a24d75fc9811a36 # v0.0.29
with:
entrypoint: ${{ github.workspace }}/conformance
environment: ${{ matrix.environment }}