From b742803b8f15df7fd52cea7670b32a1502f2c8b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:20:29 +0200 Subject: [PATCH] chore(deps): update actions/checkout digest to 8ade135 (#823) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/_docker-build.yml | 2 +- .github/workflows/add-deployment.yaml | 2 +- .github/workflows/data-cicd.yml | 2 +- .github/workflows/linting.yml | 2 +- .github/workflows/remove-deployment.yml | 2 +- .github/workflows/server-cicd.yml | 4 ++-- .github/workflows/webclient-cicd.yml | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/_docker-build.yml b/.github/workflows/_docker-build.yml index e4b9229c7..4e119f6fb 100644 --- a/.github/workflows/_docker-build.yml +++ b/.github/workflows/_docker-build.yml @@ -29,7 +29,7 @@ jobs: outputs: tags: ${{ steps.meta.outputs.tags }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - run: cp openapi.yaml data/output - name: Log in to the Container registry uses: docker/login-action@v3 diff --git a/.github/workflows/add-deployment.yaml b/.github/workflows/add-deployment.yaml index 42e3601a5..ff40e0713 100644 --- a/.github/workflows/add-deployment.yaml +++ b/.github/workflows/add-deployment.yaml @@ -10,7 +10,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: ref: deployment - run: git config --global user.email "github-actions[bot]@users.noreply.github.com" diff --git a/.github/workflows/data-cicd.yml b/.github/workflows/data-cicd.yml index 9e51a4f3f..c9bc8afe1 100644 --- a/.github/workflows/data-cicd.yml +++ b/.github/workflows/data-cicd.yml @@ -15,7 +15,7 @@ jobs: matrix: python-version: ["3.10", "3.11"] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4de8263bf..c4c67b982 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -12,7 +12,7 @@ jobs: linting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-node@v3 with: cache: 'npm' diff --git a/.github/workflows/remove-deployment.yml b/.github/workflows/remove-deployment.yml index f86763e7a..c51165824 100644 --- a/.github/workflows/remove-deployment.yml +++ b/.github/workflows/remove-deployment.yml @@ -9,7 +9,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: ref: deployment - run: git config --global user.email "github-actions[bot]@users.noreply.github.com" diff --git a/.github/workflows/server-cicd.yml b/.github/workflows/server-cicd.yml index f6f5d0b45..c87f44ce8 100644 --- a/.github/workflows/server-cicd.yml +++ b/.github/workflows/server-cicd.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup | Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup | Rust uses: actions-rust-lang/setup-rust-toolchain@v1.5.0 with: @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup | Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup | Rust uses: actions-rust-lang/setup-rust-toolchain@v1.5.0 with: diff --git a/.github/workflows/webclient-cicd.yml b/.github/workflows/webclient-cicd.yml index d004e55f8..e6a81038a 100644 --- a/.github/workflows/webclient-cicd.yml +++ b/.github/workflows/webclient-cicd.yml @@ -20,7 +20,7 @@ jobs: image: cypress/browsers:node16.16.0-chrome107-ff107 options: --user 1001 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-node@v3 with: cache: 'npm' @@ -35,7 +35,7 @@ jobs: webclient-linting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-node@v3 with: cache: 'npm'