Skip to content
Closed
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/backend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

# Use the dedicated Gradle action to generate and submit the dependency graph
- name: Generate and Submit Dependency Graph
uses: gradle/actions/dependency-submission@v4.4.1 # Use the specific action version
uses: gradle/actions/dependency-submission@v5.0.1 # Use the specific action version
with:
# Specify the root of the Gradle project to scan
build-root-directory: ./Backend
Expand Down
Loading