Skip to content

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 in /pager-duty #289

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 in /pager-duty

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 in /pager-duty #289

Workflow file for this run

# Copyright 2022 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: build-tools-ci
on:
pull_request:
defaults:
run:
shell: bash
jobs:
verify-build-tools:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
with:
filters: |
tools:
- 'prober/**'
- 'pager-duty/**'
- .github/workflows/build-tools-ci.yml
- name: Set up Go
if: steps.changes.outputs.tools == 'true'
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v3.3.0
with:
go-version: '1.21'
check-latest: true
- name: build local probers
if: steps.changes.outputs.tools == 'true'
run: |
go build ./prober/rate-limiting.go
go build ./prober/ctlog/ctlog-sth.go
- name: build pager-duty
if: steps.changes.outputs.tools == 'true'
working-directory: pager-duty
run: |
make
- name: test pager-duty
if: steps.changes.outputs.tools == 'true'
working-directory: pager-duty
run: |
make test
- name: lint pager-duty
if: steps.changes.outputs.tools == 'true'
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6.0.0
with:
working-directory: pager-duty
- name: build probers
if: steps.changes.outputs.tools == 'true'
run: |
make -C prober/ prober
make -C prober/ crane rekor-cli cosign