Skip to content

chore(deps): bump github.com/sigstore/sigstore from 1.8.0 to 1.8.1 #911

chore(deps): bump github.com/sigstore/sigstore from 1.8.0 to 1.8.1

chore(deps): bump github.com/sigstore/sigstore from 1.8.0 to 1.8.1 #911

Workflow file for this run

# Copyright 2022-2023 VMware, Inc.
#
# This product is licensed to you under the BSD-2 license (the "License").
# You may not use this product except in compliance with the BSD-2 License.
# This product may include a number of subcomponents with separate copyright
# notices and license terms. Your use of these subcomponents is subject to
# the terms and conditions of the subcomponent's license, as noted in the
# LICENSE file.
#
# SPDX-License-Identifier: BSD-2-Clause
on:
pull_request:
push:
branches:
- "main"
tags:
- "v*"
name: CI
jobs:
linting:
uses: ./.github/workflows/linting.yml
tests:
uses: ./.github/workflows/tests.yml
examples:
uses: ./.github/workflows/examples.yml