From 913c139686a5ae9ca8a8c62cf364038160b3f338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 06:57:40 +0000 Subject: build(deps): bump actions/checkout from 3.3.0 to 3.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [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/ac593985615ec2ede58e132d2e21d2b1cbd6127c...24cb9080177205b6e8c946b17badbe402adc938f) --- 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 | 10 +++++----- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/profile-checks.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index 0eb616a67..d1d8d4a17 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: install dependencies run: sudo apt-get install libapparmor-dev libselinux1-dev - name: configure @@ -81,7 +81,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: install clang-tools-14 and dependencies run: sudo apt-get install clang-tools-14 libapparmor-dev libselinux1-dev - name: configure @@ -98,7 +98,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: install cppcheck run: sudo apt-get install cppcheck - name: cppcheck @@ -115,7 +115,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: install cppcheck run: sudo apt-get install cppcheck - name: cppcheck @@ -130,7 +130,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: install dependencies run: sudo apt-get install codespell - name: codespell diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be3ee0bbe..ee370dc32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: www.debian.org:443 www.debian.org:80 yahoo.com:1025 - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: update package information run: sudo apt-get update - name: install dependencies diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6a90f16e9..6495f3618 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -84,7 +84,7 @@ jobs: uploads.github.com:443 - name: Checkout repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml index 06c446c6c..29e484e38 100644 --- a/.github/workflows/profile-checks.yml +++ b/.github/workflows/profile-checks.yml @@ -33,7 +33,7 @@ jobs: allowed-endpoints: > github.com:443 - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # - name: sort.py # run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile # Currently broken (see #5610) -- cgit v1.2.3-70-g09d2