From bf6f98153abe0426f57b894f72161d1f171a7d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 06:15:58 +0000 Subject: Bump actions/checkout from 2.4.0 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [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...a12a3943b4bdde767164f792f33f40b04645d846) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-extra.yml | 6 +++--- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/profile-checks.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index b598c40e3..0d53b270d 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@ec3a7ce113134d7a93b817d10a8272cb61118579 + - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - 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@ec3a7ce113134d7a93b817d10a8272cb61118579 + - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - 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@ec3a7ce113134d7a93b817d10a8272cb61118579 + - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: install cppcheck run: sudo apt-get install cppcheck - name: cppcheck diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f321b5f7f..6219abc2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: build_and_test: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: install dependencies run: sudo apt-get install gcc-11 libapparmor-dev libselinux1-dev expect xzdec - name: configure diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a3b89def5..1352ce3e6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml index 57a978d55..c2a3c5dc7 100644 --- a/.github/workflows/profile-checks.yml +++ b/.github/workflows/profile-checks.yml @@ -20,7 +20,7 @@ jobs: profile-checks: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: sort.py run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile - name: private-etc-always-required.sh -- cgit v1.2.3-54-g00ecf