[stable31] chore: update workflows from templates (#6922)
* chore: update workflows from templates Signed-off-by: grnd-alt <github@belakkaf.net> * chore: set minimum phpVersion for psalm Signed-off-by: grnd-alt <github@belakkaf.net> --------- Signed-off-by: grnd-alt <github@belakkaf.net> Co-authored-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
5
.github/workflows/lint-php.yml
vendored
5
.github/workflows/lint-php.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Get version matrix
|
||||
id: versions
|
||||
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.0.0
|
||||
@@ -41,6 +44,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
|
||||
|
||||
Reference in New Issue
Block a user