Skip to content

Commit e3864f8

Browse files
committed
Reduce retention days for temp analysis sources and artifacts to 1
1 parent 1334d69 commit e3864f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/java-code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
name: ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
100100
path: ./source
101101
if-no-files-found: error
102-
retention-days: 5
102+
retention-days: 1
103103

104104
- name: (Prepare Code to Analyze) Upload artifacts to analyze
105105
if: success()
@@ -108,7 +108,7 @@ jobs:
108108
name: ${{ steps.set-artifacts-upload-name.outputs.artifacts-upload-name }}
109109
path: ./artifacts
110110
if-no-files-found: error
111-
retention-days: 5
111+
retention-days: 1
112112

113113

114114
analyze-code-graph:

.github/workflows/typescript-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
8181
path: .
8282
if-no-files-found: error
83-
retention-days: 5
83+
retention-days: 1
8484

8585

8686
analyze-code-graph:

0 commit comments

Comments
 (0)