Skip to content

fix(deps): update flyway to v10.17.2 #1456

fix(deps): update flyway to v10.17.2

fix(deps): update flyway to v10.17.2 #1456

Workflow file for this run

name: Analyse
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
schedule:
- cron: '0 13 * * 1'
permissions:
security-events: write
actions: read
contents: read
jobs:
code-ql:
name: CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java
- name: Autobuild
uses: github/codeql-action/autobuild@v3
env:
GITHUB_USER: RakSrinaNa
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3