Skip to content

build(deps): bump github.com/google/certificate-transparency-go from 1.2.2 to 1.3.0 in /prober/ctlog #383

build(deps): bump github.com/google/certificate-transparency-go from 1.2.2 to 1.3.0 in /prober/ctlog

build(deps): bump github.com/google/certificate-transparency-go from 1.2.2 to 1.3.0 in /prober/ctlog #383

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: 'prober/hack/toolz/go.mod'
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@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
working-directory: pager-duty
- name: build probers
if: steps.changes.outputs.tools == 'true'
run: |
make -C prober/ prober
make -C prober/ rekor-cli cosign