Merge pull request #6094 from nextcloud/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 2 to 4
This commit is contained in:
Matthieu Gallien 2023-10-25 11:26:01 +02:00 коммит произвёл GitHub
Родитель 714a6fd6c2 7641df2586
Коммит 987151425a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 8 добавлений и 8 удалений

2
.github/workflows/check-translations.yml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
- name: Check German
run: |
[[ $(grep "Benötigt keine Übersetzung" translations/client_de.ts -c) -gt 0 ]] && exit 1 || exit 0

2
.github/workflows/clang-format.yml поставляемый
Просмотреть файл

@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@v2.1.1
id: linter
env:

2
.github/workflows/clang-tidy-review.yml поставляемый
Просмотреть файл

@ -8,7 +8,7 @@ jobs:
clang-tidy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install clang-tidy

2
.github/workflows/command-rebase.yml поставляемый
Просмотреть файл

@ -31,7 +31,7 @@ jobs:
reaction-type: "+1"
- name: Checkout the latest code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}

2
.github/workflows/macos-build-and-test.yml поставляемый
Просмотреть файл

@ -11,7 +11,7 @@ jobs:
CRAFT_MASTER_LOCATION: ${{ github.workspace }}/CraftMaster
CRAFT_MASTER_CONFIG: ${{ github.workspace }}/craftmaster.ini
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1

2
.github/workflows/qml-label-check.yml поставляемый
Просмотреть файл

@ -7,7 +7,7 @@ jobs:
name: QML Label component check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run label component count
run: |
MATCHESRESULT=$(find . -iname "*.qml" | xargs grep -r -e "^\s*Label\s*[{]" | wc -l | sed "s/ //g")

2
.github/workflows/sonarcloud.yml поставляемый
Просмотреть файл

@ -11,7 +11,7 @@ jobs:
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

Просмотреть файл

@ -12,7 +12,7 @@ jobs:
CRAFT_MASTER_LOCATION: ${{ github.workspace }}\CraftMaster
CRAFT_MASTER_CONFIG: ${{ github.workspace }}\craftmaster.ini
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis