Skip to content

Commit df15374

Browse files
Potential fix for code scanning alert no. 369: Use of a known vulnerable action
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ec01449 commit df15374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate_war_file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Get branch name
2727
id: branch-name
28-
uses: tj-actions/branch-names@v6
28+
uses: tj-actions/branch-names@v7.07
2929

3030
- name: Build application war
3131
run: mvn package

0 commit comments

Comments
 (0)