8000 Bump the github-actions-version-updates group across 1 directory with 3 updates · secureCodeBox/secureCodeBox@92d41c6 · GitHub
[go: up one dir, main page]

Skip to content

Bump the github-actions-version-updates group across 1 directory with 3 updates #2682

Bump the github-actions-version-updates group across 1 directory with 3 updates

Bump the github-actions-version-updates group across 1 directory with 3 updates #2682

Workflow file for this run

# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0
name: Check License Compliance
on:
push:
branches:
- main
- v[0-9]+.x
pull_request:
permissions:
contents: read
jobs:
license-check:
runs-on: ubuntu-24.04
if: github.repository == 'secureCodeBox/secureCodeBox'
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: REUSE Compliance Check
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
with:
args: --include-submodules lint
0