Skip to content

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates #665

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates #665

Workflow file for this run

---
# SPDX-FileCopyrightText: Free Software Foundation Europe
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: REUSE Compliance Check
on: # yamllint disable-line rule:truthy
push:
branches: [main, develop, release, improve_build-workflow]
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can
# default to all as well
types: [opened, reopened, synchronize]
# pull_request_target event is required for autolabeler to
# support PRs from forks
# pull_request_target:
permissions:
contents: read
jobs:
ReuseCheck:
# Skip any PR created by dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 🧰 Checkout Source Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: REUSE Compliance Check
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0