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

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 16, 2023
1 parent 2f7d381 commit ddec9e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 7 additions & 4 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,13 @@ jobs:
needs: build-web-app-reporter
runs-on: ubuntu-22.04
steps:
- name: Checkout the tool `.versions` file
uses: actions/checkout@v4
with:
sparse-checkout: .versions
sparse-checkout-cone-mode: false
- 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 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 ddec9e4

Please sign in to comment.