From e900a3226d4e54bad1f7f11244edc27e9d853f78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:12:47 +0000 Subject: [PATCH] Update actions/checkout digest to 692973e --- .github/workflows/create-release-draft.yml | 2 +- .github/workflows/lint.yml | 14 +++++++------- .github/workflows/publish-appstore.yml | 2 +- .github/workflows/test.yml | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/create-release-draft.yml b/.github/workflows/create-release-draft.yml index 3df2f2b..68d1ac8 100644 --- a/.github/workflows/create-release-draft.yml +++ b/.github/workflows/create-release-draft.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Download artifacts id: download-artifact diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 07eff29..0c6c36c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: name: info.xml lint steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Download xml appinfo schema run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd @@ -44,7 +44,7 @@ jobs: php-versions: ["8.0", "8.1"] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2 @@ -63,7 +63,7 @@ jobs: php-versions: ["8.0", "8.1"] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2 @@ -103,12 +103,12 @@ jobs: unzip latest-$NCVERSION.zip - name: Checkout ${{ env.APP_NAME }} app - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: path: apps/${{ env.APP_NAME }} - name: Checkout ${{ env.CPA_NAME }} app - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 if: ${{ steps.server-checkout.outcome != 'success' }} with: repository: cloud-py-api/${{ env.CPA_NAME }} @@ -153,7 +153,7 @@ jobs: name: eslint steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install dependencies run: npm ci @@ -166,7 +166,7 @@ jobs: name: stylelint steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install dependencies run: npm ci diff --git a/.github/workflows/publish-appstore.yml b/.github/workflows/publish-appstore.yml index 72142be..f7a174c 100644 --- a/.github/workflows/publish-appstore.yml +++ b/.github/workflows/publish-appstore.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Get release url run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c76c7c..66c792d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,12 +64,12 @@ jobs: run: tar -xjf nextcloud-${{ matrix.nextcloud }}.tar.bz2 --strip-components 1 - name: Checkout ${{ env.APP_NAME }} app - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: path: apps/${{ env.APP_NAME }} - name: Checkout ${{ env.CPA_NAME }} app - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: repository: cloud-py-api/${{ env.CPA_NAME }} path: apps/${{ env.CPA_NAME }} @@ -211,12 +211,12 @@ jobs: run: tar -xjf nextcloud-${{ matrix.nextcloud }}.tar.bz2 --strip-components 1 - name: Checkout app - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: path: apps/${{ env.APP_NAME }} - name: Checkout ${{ env.CPA_NAME }} app - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: repository: cloud-py-api/${{ env.CPA_NAME }} path: apps/${{ env.CPA_NAME }}