Skip to content

Commit

Permalink
build: Align on tools from .versions also for the build / test work…
Browse files Browse the repository at this point in the history
…flow

This implicitly upgrades ScanCode from version 31.2.4 to version 32.0.8.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 17, 2023
1 parent a8511d9 commit 54f72d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false
ASKALONO_VERSION: 0.4.6
BOYTERLC_VERSION: 1.3.1
LICENSEE_VERSION: 9.15.3
SCANCODE_VERSION: 31.2.4

jobs:
build:
Expand Down Expand Up @@ -96,6 +92,12 @@ jobs:
needs: build-web-app-reporter
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set tool version environment variables
run: cat .versions >> $GITHUB_ENV
- name: Install required tools
run: |
# Uninstall mono-devel because it contains the "lc" command which conflicts with BoyterLc.
Expand All @@ -121,10 +123,6 @@ jobs:
# Install ScanCode for license texts.
curl -Os https://raw.githubusercontent.com/nexB/scancode-toolkit/v$SCANCODE_VERSION/requirements.txt
pip install --no-cache-dir --constraint requirements.txt scancode-toolkit==$SCANCODE_VERSION
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ANDROID_CMD_VERSION=10406996
ASKALONO_VERSION=0.4.6
BOWER_VERSION=1.8.12
BOYTERLC_VERSION=1.3.1
COCOAPODS_VERSION=1.14.2
COMPOSER_VERSION=2.2
CONAN_VERSION=1.61.0
Expand All @@ -9,6 +11,7 @@ GO_DEP_VERSION=0.5.4
GO_VERSION=1.21.1
HASKELL_STACK_VERSION=2.13.1
JAVA_VERSION=17
LICENSEE_VERSION=9.15.3
NODEJS_VERSION=20.9.0
NPM_VERSION=10.1.0
NUGET_INSPECTOR_VERSION=0.9.12
Expand Down

0 comments on commit 54f72d9

Please sign in to comment.