From 7ddef3959f187604fba5ae6db88ff44d9ebcdeeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:36:13 +0200 Subject: [PATCH] chore(deps): update actions/checkout digest to 0ad4b8f (#1195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christopher Bartz --- .github/workflows/integration_tests.yaml | 2 +- .github/workflows/tests.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index cbee34a2..5cc4157c 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -10,7 +10,7 @@ jobs: runs-on: [self-hosted, jammy, edge, x64] if: ${{ !failure() }} steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Install tox run: python3 -m pip install tox - name: Run integration tests diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7bc63a3f..fbbf0340 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,12 +13,12 @@ jobs: name: Inclusive naming runs-on: [self-hosted, jammy, edge, x64] steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: repository: canonical/Inclusive-naming path: "./" - run: mv * /tmp - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Merge configuration files run: | # Combine all entries and replace matching elements by @@ -51,7 +51,7 @@ jobs: name: Shell scripts lint runs-on: [self-hosted, jammy, edge, x64] steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Gather files to scan shell: bash id: gather @@ -114,7 +114,7 @@ jobs: outputs: outcome: ${{ steps.report.outputs.outcome }} steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Install tox run: python3 -m pip install tox - name: Run tests @@ -223,7 +223,7 @@ jobs: name: Check license headers runs-on: [self-hosted, jammy, edge, x64] steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Check .licenserc.yaml exists id: licenserc-yaml run: echo "exists=$([ -f .licenserc.yaml ] && echo "true" || echo "false")" >> $GITHUB_OUTPUT