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](a12a3943b4...dcd71f6466)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-18 06:13:03 +00:00 committed by Topi Miettinen
parent 27ab5b3654
commit 16bc93ca27
4 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -22,7 +22,7 @@ jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- name: install dependencies
run: sudo apt-get install gcc-11 libapparmor-dev libselinux1-dev expect xzdec
- name: configure

View file

@ -43,7 +43,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View file

@ -20,7 +20,7 @@ jobs:
profile-checks:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- 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