From 146f5dfb49152c6463dde46dc2aedce533704251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:16:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/quality.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d3be1d21b..c6d2e124c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 81a1c03a9..42c711dfe 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Lint Dockerfile uses: hadolint/hadolint-action@v1.7.0 with: