Skip to content

build(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 in /pager-duty #393

build(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 in /pager-duty

build(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 in /pager-duty #393

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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.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