Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
with:
fetch-depth: 2

- uses: dorny/paths-filter@v4.0.1
- uses: dorny/paths-filter@v4.0.2

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow or composite action Medium

Unpinned 3rd party Action 'Build' step
Uses Step: filter
uses 'dorny/paths-filter' with ref 'v4.0.2', not a pinned commit hash
id: filter
with:
base: ${{ github.event.before }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
uses: actions/checkout@v6

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
uses: github/codeql-action/init@v4.36.3
with:
languages: ${{ matrix.language }}
build-mode: none
config-file: ./.github/codeql/codeql-config.yml

- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@v4.36.3
with:
category: '/language:${{ matrix.language }}'

Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v6

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
uses: github/codeql-action/init@v4.36.3
with:
languages: java-kotlin
build-mode: manual
Expand All @@ -100,6 +100,6 @@ jobs:
:libs:kotlin-common:compileKotlin

- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@v4.36.3
with:
category: '/language:java-kotlin'
2 changes: 1 addition & 1 deletion .github/workflows/openapi-external-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
mysql -h "$MYSQL_HOST" -P "$MYSQL_PORT" -uroot -p"$MYSQL_ROOT_PASSWORD" < services/api/0_init.sql

- name: Set up Java Development Kit
uses: actions/setup-java@v5
uses: actions/setup-java@v5.4.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
publish_results: true

- name: Upload result to code scanning
uses: github/codeql-action/upload-sarif@v4
uses: github/codeql-action/upload-sarif@v4.36.3
with:
sarif_file: results.sarif
category: scorecard
Loading