From defe6c39d40d35ed38d3babb489e5d785c463b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 16:20:22 +0000 Subject: [PATCH] ci: bump actions/checkout from 3.1.0 to 3.2.0 (#631) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6acbdd9c..4d92e669 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout to repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 - name: Configure files run: mv src/botconfig-example.ts src/botconfig.ts | mv .env.example .env - name: Setup Node.js v16 @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout to repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 - name: Configure files run: mv src/botconfig-example.ts src/botconfig.ts | mv .env.example .env - name: Setup Node.js v16 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a0d08b09..ae8fec9e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout to repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL