From 50aa0cf12ec8c67035c7cfe1c69c5c5bb0191f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:08:51 +0000 Subject: [PATCH] Update actions/checkout digest to eef6144 --- .github/workflows/build-dev.yml | 2 +- .github/workflows/build-docs.yml | 2 +- .github/workflows/build-prod.yml | 2 +- .github/workflows/bump-version.yml | 12 ++++++------ .github/workflows/deploy-api-docs.yml | 2 +- .github/workflows/roku-analysis.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 46f97c295..6d5f0ffc5 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -10,7 +10,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: "lts/*" diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index ceee6bfd3..9dbb9521d 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -13,7 +13,7 @@ jobs: # Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository. contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.JF_BOT_TOKEN }} diff --git a/.github/workflows/build-prod.yml b/.github/workflows/build-prod.yml index d482f30d2..0545cd210 100644 --- a/.github/workflows/build-prod.yml +++ b/.github/workflows/build-prod.yml @@ -12,7 +12,7 @@ jobs: if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'release-prep') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: "lts/*" diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 1b64af00a..00a5aa9cd 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -26,7 +26,7 @@ jobs: steps: # Setup - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Install required packages uses: awalsh128/cache-apt-pkgs-action@latest with: @@ -50,7 +50,7 @@ jobs: run: echo "targetBranch=${{ env.bugfixBranch }}" >> $GITHUB_ENV - name: Checkout bugfix branch if: github.event.inputs.targetBranch == 'bugfix' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: ref: ${{ env.targetBranch }} # Save old version again if needed @@ -101,7 +101,7 @@ jobs: steps: # Setup - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Install jq to update json uses: awalsh128/cache-apt-pkgs-action@latest with: @@ -125,7 +125,7 @@ jobs: run: echo "targetBranch=${{ env.bugfixBranch }}" >> $GITHUB_ENV - name: Checkout bugfix branch if: github.event.inputs.targetBranch == 'bugfix' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: ref: ${{ env.targetBranch }} # Calculate new version @@ -169,7 +169,7 @@ jobs: steps: # Setup - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Install jq to update json uses: awalsh128/cache-apt-pkgs-action@latest with: @@ -193,7 +193,7 @@ jobs: run: echo "targetBranch=${{ env.bugfixBranch }}" >> $GITHUB_ENV - name: Checkout bugfix branch if: github.event.inputs.targetBranch == 'bugfix' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: ref: ${{ env.targetBranch }} # Calculate new version diff --git a/.github/workflows/deploy-api-docs.yml b/.github/workflows/deploy-api-docs.yml index b509a61e4..85d24a330 100644 --- a/.github/workflows/deploy-api-docs.yml +++ b/.github/workflows/deploy-api-docs.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 - name: Upload artifact diff --git a/.github/workflows/roku-analysis.yml b/.github/workflows/roku-analysis.yml index 6027db5a1..503bc1c81 100644 --- a/.github/workflows/roku-analysis.yml +++ b/.github/workflows/roku-analysis.yml @@ -12,7 +12,7 @@ jobs: if: github.repository == 'jellyfin/jellyfin-roku' && github.event_name != 'pull_request' || github.repository == 'jellyfin/jellyfin-roku' && github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: "lts/*"