Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 0ad4b8f (#1195)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <[email protected]>
  • Loading branch information
renovate[bot] and cbartz authored Apr 26, 2024
1 parent 3ff1576 commit 7ddef39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7ddef39

Please sign in to comment.