PostgreSQL 16.3 støtter ikke order by true. Prøver med et alternativ… #608
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CodeQL | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
codeql: | |
uses: navikt/sif-gha-workflows/.github/workflows/gradle-codeql.yml@main | |
permissions: | |
actions: read | |
contents: read | |
pull-requests: read | |
security-events: write | |
secrets: inherit | |
with: | |
readertoken: true |