From e7b727240b02045ba4510dbd73dbff0c12c330ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:14:56 +0000 Subject: [PATCH] Update actions/checkout digest to b4ffde6 --- .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 0415db0..0d23d3c 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Download artifacts id: download-artifact diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 22c804f..f6a9ba7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: name: info.xml lint steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Download xml appinfo schema run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2 @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2 @@ -102,12 +102,12 @@ jobs: unzip latest-$NCVERSION.zip - name: Checkout ${{ env.APP_NAME }} app - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: path: apps/${{ env.APP_NAME }} - name: Checkout ${{ env.CPA_NAME }} app - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 if: ${{ steps.server-checkout.outcome != 'success' }} with: repository: cloud-py-api/${{ env.CPA_NAME }} @@ -152,7 +152,7 @@ jobs: name: eslint steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install dependencies run: npm ci @@ -165,7 +165,7 @@ jobs: name: stylelint steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install dependencies run: npm ci diff --git a/.github/workflows/publish-appstore.yml b/.github/workflows/publish-appstore.yml index ce8c787..72142be 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Get release url run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f40eea..953d0d6 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: path: apps/${{ env.APP_NAME }} - name: Checkout ${{ env.CPA_NAME }} app - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: path: apps/${{ env.APP_NAME }} - name: Checkout ${{ env.CPA_NAME }} app - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: repository: cloud-py-api/${{ env.CPA_NAME }} path: apps/${{ env.CPA_NAME }}