From e07a1906418585ca60b7084e2f476e3dbc2a5fef Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 27 May 2024 10:08:53 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- .github/workflows/lint-php-cs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github/workflows/lint-php-cs.yml') diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index d0a4658d17d..c9938b3c549 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -2,6 +2,9 @@ # # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization +# +# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: MIT name: Lint php-cs @@ -45,10 +48,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Set up php - uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 + uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2 with: php-version: 8.1 coverage: none -- cgit v1.2.3