Skip to content

fix(deps): update kotlin monorepo to v2.0.21 #2986

fix(deps): update kotlin monorepo to v2.0.21

fix(deps): update kotlin monorepo to v2.0.21 #2986

Workflow file for this run

# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2017 Tobias Kaminsky <tobias@kaminsky.me>
# SPDX-License-Identifier: GPL-3.0-or-later
name: "Detect snapshot"
on:
pull_request:
branches: [ master, stable-* ]
push:
branches: [ master, stable-* ]
# Declare default permissions as read only.
permissions: read-all
jobs:
detekt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Detect SNAPSHOT
run: scripts/analysis/detectSNAPSHOT.sh