build(deps): bump the all-actions group across 1 directory with 7 updates #554
Workflow file for this run
This file contains hidden or 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
| # SPDX-FileCopyrightText: Oak Ridge National Laboratory and Contributors | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: REUSE Compliance | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - 'release*' | |
| pull_request: | |
| branches: | |
| - master | |
| - 'release*' | |
| permissions: | |
| contents: read | |
| jobs: | |
| reuse: | |
| runs-on: ubuntu-slim | |
| steps: | |
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | |
| - name: Check REUSE compliance | |
| run: pipx run reuse lint |