Skip to content

Commit 3b73ef9

Browse files
build(deps): bump actions/checkout from 2.4.0 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ec3a7ce...93ea575) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c5cef2 commit 3b73ef9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
env: ${{ matrix.env }}
3434
steps:
3535
- name: Repository checkout
36-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
36+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3737
- name: Build check (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
3838
run: sudo -E .github/workflows/build_test.sh

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
38+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3939

4040
- name: Initialize CodeQL
4141
uses: github/codeql-action/init@a627e9fa504113bfa8e90a9b429b157a38b1cdbd

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CURRENT_REF: "${{ github.ref }}"
2626
steps:
2727
- name: Repository checkout
28-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
28+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2929
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
3030
- name: Set the $COVERITY_SCAN_NOTIFICATION_EMAIL env variable
3131
run: echo "COVERITY_SCAN_NOTIFICATION_EMAIL=$(git log -1 ${{ github.sha }} --pretty=\"%aE\")" >> $GITHUB_ENV

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Repo checkout
26-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
26+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2727
with:
2828
# We need a full repo clone
2929
fetch-depth: 0

.github/workflows/mkosi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- opensuse
3535

3636
steps:
37-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
37+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3838
- uses: systemd/mkosi@4d64fc8134f93d87ac584183e7762ac1d0efa0e5
3939

4040
- name: Install

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run_phase: [GCC, GCC_ASAN_UBSAN, CLANG, CLANG_ASAN_UBSAN]
2525
steps:
2626
- name: Repository checkout
27-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
27+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2828
- name: Install build dependencies
2929
run: sudo -E .github/workflows/unit_tests.sh SETUP
3030
- name: Build & test (${{ matrix.run_phase }})

0 commit comments

Comments
 (0)