Skip to content

Conversation

IshikaDawda
Copy link
Contributor

@IshikaDawda IshikaDawda commented Mar 17, 2025

  • Add dependabot scanning checks on Pull requests NR-379816
  • Add Java Version 23 support
  • Add Github workflow to run unit tests on various java versions NR-379818
  • Add unit test action run check on Pull requests. NR-379810
  • Do not send websocket message during reconnect. 4fd8bc8d4

@IshikaDawda IshikaDawda requested a review from lovesh-ap March 17, 2025 13:32
@IshikaDawda IshikaDawda self-assigned this Mar 17, 2025
@IshikaDawda IshikaDawda marked this pull request as ready for review March 28, 2025 11:53
lovesh-ap
lovesh-ap previously approved these changes Apr 17, 2025
Comment on lines +14 to +39
runs-on: ubuntu-24.04
strategy:
matrix:
java-version: [ 8, 11, 17, 21 ]

steps:
- name: Checkout CSEC Repo
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

- name: Setup environment
uses: ./.github/actions/setup-environment
with:
apm-aws-access-key-id: ${{ secrets.APM_AWS_ACCESS_KEY_ID }}
apm-aws-secret-access-key: ${{ secrets.APM_AWS_SECRET_ACCESS_KEY }}
apm-aws-region: us-east-2

- name: Publish CSEC to local
uses: ./.github/actions/publish-csec-local

- name: Run CSEC unit tests
uses: ./.github/actions/unit-test
with:
csec-run-scala-unittest: true
java-version: ${{ matrix.java-version }} No newline at end of file

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants