From f1059dae11eb2e00d51240cf200d486a48ba9d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 06:58:06 +0000 Subject: build(deps): bump actions/checkout from 3.5.0 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.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/8f4b7f84864484a7bf31766abe9204da3cbe65b3...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-extra.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/build-extra.yml') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index 8ee48310f..df6460203 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -60,7 +60,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install dependencies @@ -83,7 +83,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install clang-tools-14 and dependencies @@ -102,7 +102,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install cppcheck @@ -121,7 +121,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install cppcheck @@ -138,7 +138,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install dependencies -- cgit v1.2.3-54-g00ecf