From b787daf4babcce989830edff2fb16f691a58e094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 11:27:26 -0700 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.2.0 (#1762) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nuget_update.yaml | 2 +- .github/workflows/ossar-scan.yml | 2 +- .github/workflows/reusable-build.yml | 2 +- .github/workflows/reusable-cmake-build.yml | 2 +- .github/workflows/reusable-test.yml | 4 ++-- .github/workflows/scorecards-analysis.yml | 2 +- .github/workflows/update-docs.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nuget_update.yaml b/.github/workflows/nuget_update.yaml index 3e34f072a0..8f2d9d39c7 100644 --- a/.github/workflows/nuget_update.yaml +++ b/.github/workflows/nuget_update.yaml @@ -32,7 +32,7 @@ jobs: steps: # Check out the main repo. - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: # Only check out main repo, not submodules. ref: ${{ github.event.workflow_run.head_branch }} diff --git a/.github/workflows/ossar-scan.yml b/.github/workflows/ossar-scan.yml index 3c6bfdeb4a..5d987e3f60 100644 --- a/.github/workflows/ossar-scan.yml +++ b/.github/workflows/ossar-scan.yml @@ -36,7 +36,7 @@ jobs: steps: # Checking out the branch is needed to correctly log security alerts. - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: # Only check out main repo, not submodules. ref: ${{ github.event.workflow_run.head_branch }} diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index bcf986fcac..5e709df142 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -55,7 +55,7 @@ jobs: LD_FLAGS: ${{inputs.ld_flags}} steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: submodules: 'recursive' diff --git a/.github/workflows/reusable-cmake-build.yml b/.github/workflows/reusable-cmake-build.yml index 324da6e663..56a79fb0c9 100644 --- a/.github/workflows/reusable-cmake-build.yml +++ b/.github/workflows/reusable-cmake-build.yml @@ -34,7 +34,7 @@ jobs: PLATFORM_TOOLSET: v143 steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: submodules: 'recursive' diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 791e6bf045..e43884140a 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -74,7 +74,7 @@ jobs: # Checking out the branch is needed to gather correct code coverage data. steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # Only check out source code if code coverage is being gathered. if: inputs.code_coverage == true with: @@ -82,7 +82,7 @@ jobs: ref: ${{ github.event.workflow_run.head_branch }} # Perform shallow checkout for self-hosted runner. - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b if: inputs.environment == 'ebpf_cicd_tests' with: ref: ${{ github.event.workflow_run.head_branch }} diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index a1d90f3f9c..13439a8e87 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: persist-credentials: false diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 6698628921..ddbd514b2c 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -38,7 +38,7 @@ jobs: run: | sudo apt install doxygen - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Clone docs run: |