Skip to content

Commit

Permalink
chore: note and prevent dependabot from updating FluentAssertions >=8 (
Browse files Browse the repository at this point in the history
…#199)

This leaves a comment in `.csproj`s and adds an explicit exception to
the dependabot config not to upgrade FluentAssertions to >=8.0.0, which
changes the package's license to paid for commercial uses.

This also pins Ubuntu to 22.04, since `mono`, which is a dependency for
our tests, is not available on latest 24. See:
actions/runner-images#10636

Ref: dequelabs/bass-team#138
  • Loading branch information
scottmries authored Jan 30, 2025
2 parents 760c502 + 0be9b69 commit 5d0ea75
Show file tree
Hide file tree
Showing 5 changed files with 2,698 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- name: Checkout repo
Expand Down
Loading

0 comments on commit 5d0ea75

Please sign in to comment.