Skip to content

build(deps): Bump golang.org/x/mod from 0.37.0 to 0.38.0 (#2911) #5687

build(deps): Bump golang.org/x/mod from 0.37.0 to 0.38.0 (#2911)

build(deps): Bump golang.org/x/mod from 0.37.0 to 0.38.0 (#2911) #5687

#
# Copyright 2021 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: CI-Validate-Release-Job
on:
push:
branches:
- main
- 'release-**'
pull_request:
permissions: {}
jobs:
check-signature:
name: Check Signature
runs-on: ubuntu-latest
permissions:
contents: read
container:
image: ghcr.io/sigstore/cosign/cosign:v3.1.1-dev@sha256:0dcd21d8b6464a526e3225f44c50f34687e861dcf010f566b3caa4f0e5cd898a
steps:
- name: Check Signature
run: |
cosign verify ghcr.io/gythialy/golang-cross:v1.26.4-0@sha256:638b15f32291895696ec579e36cbf37ee186374f828e4a211072558b816c3c7e \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.26.4-0"
env:
TUF_ROOT: /tmp
validate-release-job:
name: Validate Release
runs-on: ubuntu-latest
needs:
- check-signature
permissions:
contents: read
container:
image: ghcr.io/gythialy/golang-cross:v1.26.4-0@sha256:638b15f32291895696ec579e36cbf37ee186374f828e4a211072558b816c3c7e
volumes:
- /usr:/host_usr
- /opt:/host_opt
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
# Error: fatal: detected dubious ownership in repository at '/__w/rekor/rekor'
# To add an exception for this directory, call:
# git config --system --add safe.directory /__w/rekor/rekor
# Reason: Recent versions of git require the .git folder to be owned
# by the same user (see https://github.blog/2022-04-12-git-security-vulnerability-announced/).
# Related
# - https://github.com/actions/runner/issues/2033
# - https://github.com/actions/checkout/issues/1048
# - https://github.com/actions/runner-images/issues/6775
- run: git config --system --add safe.directory /__w/rekor/rekor
# note this runs from within the golang-cross container, so if we want to free up space
# on the host, we have to reach through the bind mounts to clean up unused content on the runners
- name: free up disk space for the release
run: |
rm -rf /host_usr/share/dotnet || true
rm -rf /host_usr/share/swift || true
rm -rf /host_usr/local/lib/android || true
rm -rf /host_usr/local/.ghcup || true
rm -rf /host_usr/local/graalvm/ || true
rm -rf /host_usr/local/share/powershell || true
rm -rf /host_usr/local/share/chromium || true
rm -rf /host_usr/local/lib/node_modules || true
rm -rf /host_usr/lib/google-cloud-sdk || true
rm -rf /host_usr/local/share/boost || true
rm -rf /host_opt/hostedtoolcache/ || true
rm -rf /host_opt/ghc || true
- name: check disk space
run: df -h
- name: goreleaser snapshot
run: make snapshot
env:
PROJECT_ID: honk-fake-project
RUNTIME_IMAGE: gcr.io/distroless/static:debug-nonroot
- name: check binaries
run: |
./dist/rekor-server-linux-amd64 version
./dist/rekor-cli-linux-amd64 version