Skip to content

Bump cookie, socket.io and express in /template/frontend #825

Bump cookie, socket.io and express in /template/frontend

Bump cookie, socket.io and express in /template/frontend #825

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
install-pandoc: 'TRUE'
pandoc-version: '3.5'
upgrade: 'TRUE'
packages: |
any::httr
any::rjson
any::base64enc
any::remotes
any::Rcpp
any::withr
any::spacefillr
any::matrixStats
any::data.table
any::fs
any::rlang
any::lifecycle
any::glue
any::cli
any::vctrs
any::utf8
any::pkgconfig
any::pillar
any::magrittr
any::fansi
any::stringi
any::tidyselect
any::tibble
any::generics
any::xfun
any::yaml
any::highr
any::evaluate
any::fastmap
any::digest
any::htmltools
any::rappdirs
any::sass
any::memoise
any::jquerylib
any::cachem
any::later
any::lazyeval
any::cpp11
any::stringr
any::purrr
any::dplyr
any::tinytex
any::fontawesome
any::bslib
any::rmarkdown
any::knitr
any::colorspace
any::viridisLite
any::RColorBrewer
any::munsell
any::labeling
any::farver
any::scales
any::isoband
any::gtable
any::promises
any::crosstalk
any::tidyr
any::htmlwidgets
any::ggplot2
any::RcppEigen
any::systemfonts
any::polyclip
any::tweenr
any::httpuv
any::truncnorm
any::plotly
any::gridExtra
any::ggforce
any::forcats
any::DT
- name: Set up JDK 21
uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache SonarCloud packages
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mvnw -Dgpg.skip -B jacoco:prepare-agent verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar