From 3a6fe1390dd99b0af4abc5008377a5dfc52fbac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 01:37:07 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 3.5.3 (#281) --- .github/workflows/build.yml | 2 +- .github/workflows/dependabot-automerge.yml | 2 +- .github/workflows/sonar.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 204e4d0..6f2e2e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: name: nodejs ${{ matrix.node-version }} (${{ matrix.lint && 'lint → ' || '' }}${{ matrix.tests && 'test → ' || '' }}build) steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.6.0 diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index aca4921..3a9d444 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -16,7 +16,7 @@ jobs: && startsWith(github.event.workflow_run.head_branch, 'dependabot/') steps: - name: Checkout source - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: ref: ${{ github.event.workflow_run.head_commit.id }} diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index e1224e5..e0b31e2 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -12,7 +12,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: repository: ${{ github.event.workflow_run.head_repository.full_name }} ref: ${{ github.event.workflow_run.head_branch }}