From 3ce43d1710e5663e4f5d8b12342f3651b8081485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 07:11:30 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/depsreview.yml | 2 +- .github/workflows/ruby.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 735c96e02..9f68232c1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v3.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index a25de591b..daf0b5e4c 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v3 + uses: actions/checkout@v3.1.0 - name: 'Dependency Review' uses: actions/dependency-review-action@v2 diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index b85bf5356..4efcd5a73 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -30,7 +30,7 @@ jobs: continue-on-error: ${{ matrix.ruby-version == 'head' }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.1.0 - name: Set up dependencies run: sudo apt-get install libcurl4-openssl-dev - name: Set up Ruby