Skip to content

Bump github/codeql-action from 3.29.11 to 3.30.4 #455

Bump github/codeql-action from 3.29.11 to 3.30.4

Bump github/codeql-action from 3.29.11 to 3.30.4 #455

Workflow file for this run

name: Continuous Integration
on:
workflow_call:
merge_group:
branches: ['*']
pull_request:
branches: ['*']
push:
branches: ['*']
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: coursier/cache-action@v6
with:
extraKey: ${{ runner.os }}
- uses: coursier/setup-action@v1
with:
jvm: adopt:1.8
- name: Build, test, and package project on Spark 3.5
run: bin/sbt clean compile test package makePom -DsparkVersion=3.5.1
- name: Build and package project on "legacy" Spark
run: bin/sbt clean compile package makePom