From 217f7bdaccafeb8e7e113ec1d45ffb5627a1ccd4 Mon Sep 17 00:00:00 2001 From: texpert Date: Fri, 24 Mar 2023 14:29:34 +0200 Subject: [PATCH] Bump actions/checkout to 3.5.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .gitignore | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b552252..df54b7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.0 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b5cc29d..a242bec 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.gitignore b/.gitignore index bf88ef5..862ad70 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ .rspec_status test.log +.idea