Bump the all group across 1 directory with 10 updates #797
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2024 Chainguard, Inc. | |
# SPDX-License-Identifier: Apache-2.0 | |
name: Do Not Submit | |
on: | |
pull_request: | |
branches: | |
- 'main' | |
jobs: | |
donotsubmit: | |
name: Do Not Submit | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- name: Do Not Submit | |
uses: chainguard-dev/actions/donotsubmit@main |