From 67c72d330b0cc88af98cbfdc57dcf9f598e499b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:29:30 +0000 Subject: [PATCH] Update CI dependencies --- .github/workflows/code-quality.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 8 ++++---- .github/workflows/sdk-docs.yaml | 2 +- .github/workflows/sdk-publish.yaml | 2 +- .github/workflows/sdk-unstable-branch.yaml | 2 +- .github/workflows/sdk-unstable-publish.yaml | 2 +- .github/workflows/sdk-update-api-spec.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 30a885541..baf87e4fa 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 @@ -34,7 +34,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 @@ -55,7 +55,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ff48d92d0..cf7bfee78 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,16 +20,16 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Initialize CodeQL - uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 + uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 + uses: github/codeql-action/autobuild@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 + uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 diff --git a/.github/workflows/sdk-docs.yaml b/.github/workflows/sdk-docs.yaml index 88b8d88c2..96e49adea 100644 --- a/.github/workflows/sdk-docs.yaml +++ b/.github/workflows/sdk-docs.yaml @@ -15,7 +15,7 @@ jobs: name: Build Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 diff --git a/.github/workflows/sdk-publish.yaml b/.github/workflows/sdk-publish.yaml index 58ce604a1..7575b19d3 100644 --- a/.github/workflows/sdk-publish.yaml +++ b/.github/workflows/sdk-publish.yaml @@ -10,7 +10,7 @@ jobs: if: ${{ github.repository == 'jellyfin/jellyfin-sdk-typescript' }} steps: - name: Check out Git repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 diff --git a/.github/workflows/sdk-unstable-branch.yaml b/.github/workflows/sdk-unstable-branch.yaml index 67805b080..c6fc3844c 100644 --- a/.github/workflows/sdk-unstable-branch.yaml +++ b/.github/workflows/sdk-unstable-branch.yaml @@ -17,7 +17,7 @@ jobs: if: ${{ github.repository == 'jellyfin/jellyfin-sdk-typescript' }} steps: - name: Check out Git repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 with: ref: master token: ${{ secrets.JF_BOT_TOKEN }} diff --git a/.github/workflows/sdk-unstable-publish.yaml b/.github/workflows/sdk-unstable-publish.yaml index 656e05290..301192500 100644 --- a/.github/workflows/sdk-unstable-publish.yaml +++ b/.github/workflows/sdk-unstable-publish.yaml @@ -12,7 +12,7 @@ jobs: if: ${{ github.repository == 'jellyfin/jellyfin-sdk-typescript' }} steps: - name: Check out Git repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 with: ref: openapi-unstable diff --git a/.github/workflows/sdk-update-api-spec.yaml b/.github/workflows/sdk-update-api-spec.yaml index 8520c47bc..afb7c33d8 100644 --- a/.github/workflows/sdk-update-api-spec.yaml +++ b/.github/workflows/sdk-update-api-spec.yaml @@ -11,7 +11,7 @@ jobs: if: ${{ github.repository == 'jellyfin/jellyfin-sdk-typescript' }} steps: - name: Check out Git repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0