From 675276b489323dcbf6e16d2149e42757fb9756b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 21:07:33 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2.4.0 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.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/ec3a7ce113134d7a93b817d10a8272cb61118579...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-deps.yml | 2 +- .github/workflows/codeql-daily.yml | 2 +- .github/workflows/codeql-push.yml | 2 +- .github/workflows/pr_notifier.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-deps.yml b/.github/workflows/check-deps.yml index 5947b81fb2d3d..1d2331c3667b8 100644 --- a/.github/workflows/check-deps.yml +++ b/.github/workflows/check-deps.yml @@ -12,7 +12,7 @@ jobs: if: github.repository_owner == 'envoyproxy' steps: - name: Checkout repository - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: ref: ${{ github.head_ref }} - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index 5fccde39ae672..4f69b3c07e445 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index c96e447ff95e3..d6f0958f05414 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/pr_notifier.yml b/.github/workflows/pr_notifier.yml index 3b8885e58de26..1b34e358204f0 100644 --- a/.github/workflows/pr_notifier.yml +++ b/.github/workflows/pr_notifier.yml @@ -10,7 +10,7 @@ jobs: if: github.repository_owner == 'envoyproxy' steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Set up Python 3.8 uses: actions/setup-python@v3 with: