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
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "path=$bundle_path" >> "$GITHUB_OUTPUT"

- name: Initialize CodeQL
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # Lukittu versioon v4.37.3.
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # Lukittu versioon v4.37.3.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Keep all pinned-action annotations synchronized with the new revision.

The SHA updates target v4.37.4, but the inline comments still identify v4.37.3:

  • .github/workflows/codeql.yml#L52-L52: change the init annotation to v4.37.4.
  • .github/workflows/codeql.yml#L63-L63: change the analyze annotation to v4.37.4.
  • .github/workflows/security.yml#L40-L40: change the upload-sarif annotation to v4.37.4.
📍 Affects 2 files
  • .github/workflows/codeql.yml#L52-L52 (this comment)
  • .github/workflows/codeql.yml#L63-L63
  • .github/workflows/security.yml#L40-L40
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/codeql.yml at line 52, Update the inline pinned-action
version annotations to v4.37.4 for the init action in
.github/workflows/codeql.yml lines 52-52, the analyze action in
.github/workflows/codeql.yml lines 63-63, and the upload-sarif action in
.github/workflows/security.yml lines 40-40, keeping each annotation synchronized
with its SHA.

with:
languages: java-kotlin
build-mode: manual
Expand All @@ -60,6 +60,6 @@ jobs:
run: ./gradlew assembleDebug --no-daemon

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # Lukittu versioon v4.37.3.
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # Lukittu versioon v4.37.3.
with:
category: "/language:java-kotlin"
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
--sarif
--output semgrep.sarif
.
- uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # Lukittu versioon v4.37.3.
- uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # Lukittu versioon v4.37.3.
if: always() && hashFiles('semgrep.sarif') != ''
with:
sarif_file: semgrep.sarif
Expand Down
Loading