Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
c37713af8f Update dependency factory_bot_rails to v6.4.4
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 4m26s
Check usage of free licenses / check-licenses (pull_request) Successful in 5m11s
Run unit tests / unit_tests (pull_request) Successful in 10m21s
2024-11-15 07:43:39 +00:00
b8484edf26 Merge pull request 'Fix ruby version used to run license finder' (#126) from fix-ruby-version into main
Some checks failed
Check usage of free licenses / check-licenses (push) Successful in 42s
Run unit tests / unit_tests (push) Successful in 3m45s
Build Nginx-based docker image / build-static-assets (push) Has been cancelled
Reviewed-on: #126
2024-11-15 07:43:31 +00:00
4cd3f24032 Fix ruby version used to run license finder
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 4m6s
Check usage of free licenses / check-licenses (pull_request) Successful in 4m28s
Run unit tests / unit_tests (pull_request) Successful in 6m5s
2024-11-15 08:33:31 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -8,15 +8,15 @@ concurrency:
group: ${{ github.ref }} group: ${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
build-static-assets: check-licenses:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1.202.0
with: with:
ruby-version: '3.3' ruby-version: '3.3.6'
- name: Install project dependencies - name: Install project dependencies
run: bundle install --jobs `getconf _NPROCESSORS_ONLN` run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
- name: Run license finder - name: Run license finder

View File

@ -318,7 +318,7 @@ GEM
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0) unicode-display_width (2.6.0)
uri (1.0.1) uri (1.0.2)
useragent (0.16.10) useragent (0.16.10)
web-console (4.2.1) web-console (4.2.1)
actionview (>= 6.0.0) actionview (>= 6.0.0)