Skip to content

build(deps): Bump org.springframework:spring-core from 6.1.14 to 6.2.0 #2955

build(deps): Bump org.springframework:spring-core from 6.1.14 to 6.2.0

build(deps): Bump org.springframework:spring-core from 6.1.14 to 6.2.0 #2955

Workflow file for this run

name: "CodeQL JS"
on:
pull_request:
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
# Perform the CodeQL Analysis.
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3