From 16bc93ca271ce789a711d7f484952ddd92bc6a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 06:13:03 +0000 Subject: build(deps): bump actions/checkout from 3.0.0 to 3.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [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/a12a3943b4bdde767164f792f33f40b04645d846...dcd71f646680f2efd8db4afa5ad64fdcba30e748) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/build-extra.yml') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index 0d53b270d..4f5fc5049 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -30,7 +30,7 @@ jobs: build-clang: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: configure run: CC=clang-11 ./configure --enable-fatal-warnings - name: make @@ -38,7 +38,7 @@ jobs: scan-build: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: install clang-tools-11 run: sudo apt-get install clang-tools-11 - name: configure @@ -48,7 +48,7 @@ jobs: cppcheck: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: install cppcheck run: sudo apt-get install cppcheck - name: cppcheck -- cgit v1.2.3-70-g09d2