From 15057770fc3fdc02f3972dbf61a8b25fc35dc84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:35:16 +0000 Subject: [PATCH] RFE: Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/continuous-integration.yml | 26 ++++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e13a922f..1b099db3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - uses: github/codeql-action/init@v2 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6eb0222d..6a70adef 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Differential ShellCheck @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out source repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python environment uses: actions/setup-python@v4 with: @@ -58,7 +58,7 @@ jobs: steps: - name: 'Calculate PR commits + 1' run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: ${{ env.PR_FETCH_DEPTH }} @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - uses: mattnotmitt/doxygen-action@v1 @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Initialize the directory @@ -133,7 +133,7 @@ jobs: run: | sudo apt-get update sudo apt-get install lxc lxd-installer - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Initialize the directory @@ -153,7 +153,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Initialize the directory @@ -179,7 +179,7 @@ jobs: - name: Update the system run: | sudo apt-get update - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Install dependencies @@ -251,7 +251,7 @@ jobs: run: | sudo apt-get update sudo apt-get install lxc lxd-installer - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Initialize the directory @@ -308,7 +308,7 @@ jobs: run: | sudo apt-get update sudo apt-get install lxc lxd-installer - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Initialize the directory @@ -352,7 +352,7 @@ jobs: runs-on: cgroup-legacy steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Initialize the directory @@ -396,7 +396,7 @@ jobs: runs-on: cgroup-hybrid steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Initialize the directory @@ -440,7 +440,7 @@ jobs: runs-on: cgroup-unified steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false - name: Initialize the directory -- 2.47.2