From 63064841b85250b56d5de42d0380d5e0865e3d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:51:59 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.7 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [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/692973e3d937129bcbf40652eb9f2f61becf3332...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-extra.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/check-c.yml | 8 ++++---- .github/workflows/check-profiles.yml | 2 +- .github/workflows/check-python.yml | 2 +- .github/workflows/codespell.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index 8ad73bb458e..7bfc20f7a4b 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -52,7 +52,7 @@ jobs: github.com:443 packages.microsoft.com:443 ppa.launchpadcontent.net:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install dependencies diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8bfd0c16b5..fe0cc06ca48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: github.com:443 packages.microsoft.com:443 ppa.launchpadcontent.net:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install dependencies diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml index 1b35f684f9d..b1e15e31572 100644 --- a/.github/workflows/check-c.yml +++ b/.github/workflows/check-c.yml @@ -56,7 +56,7 @@ jobs: packages.microsoft.com:443 ppa.launchpadcontent.net:443 security.ubuntu.com:80 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install clang-tools-14 and dependencies @@ -89,7 +89,7 @@ jobs: packages.microsoft.com:443 ppa.launchpadcontent.net:443 security.ubuntu.com:80 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install cppcheck @@ -120,7 +120,7 @@ jobs: ppa.launchpad.net:80 ppa.launchpadcontent.net:443 security.ubuntu.com:80 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install cppcheck @@ -154,7 +154,7 @@ jobs: uploads.github.com:443 - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: print env run: ./ci/printenv.sh diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml index cb9d9ce87ec..dcab97fe91c 100644 --- a/.github/workflows/check-profiles.yml +++ b/.github/workflows/check-profiles.yml @@ -40,7 +40,7 @@ jobs: allowed-endpoints: > github.com:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: print env run: ./ci/printenv.sh - run: python3 --version diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml index ed317a86f03..e4c6d05ca0f 100644 --- a/.github/workflows/check-python.yml +++ b/.github/workflows/check-python.yml @@ -44,7 +44,7 @@ jobs: uploads.github.com:443 - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: print env run: ./ci/printenv.sh diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 27c6ab125b1..9af37e9b1fe 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -34,7 +34,7 @@ jobs: packages.microsoft.com:443 ppa.launchpadcontent.net:443 security.ubuntu.com:80 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92eb212e450..eecf6f6f4af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: github.com:443 packages.microsoft.com:443 ppa.launchpadcontent.net:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install dependencies @@ -111,7 +111,7 @@ jobs: github.com:443 packages.microsoft.com:443 ppa.launchpadcontent.net:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install dependencies @@ -151,7 +151,7 @@ jobs: github.com:443 packages.microsoft.com:443 ppa.launchpadcontent.net:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install dependencies @@ -194,7 +194,7 @@ jobs: ppa.launchpadcontent.net:443 www.debian.org:443 www.debian.org:80 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install dependencies @@ -240,7 +240,7 @@ jobs: www.debian.org:443 www.debian.org:80 yahoo.com:1025 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: update package information run: sudo apt-get update -qy - name: install dependencies