Skip to content

Commit 3acbb0b

Browse files
authored
Merge pull request #271 from coliff/dependabot/github_actions/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents 2f9495a + eb285ce commit 3acbb0b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ updates:
66
interval: monthly
77
versioning-strategy: increase
88
open-pull-requests-limit: 1
9+
910
- package-ecosystem: github-actions
1011
directory: "/"
1112
schedule:
1213
interval: monthly
14+
groups:
15+
github-actions:
16+
patterns:
17+
- "*"
18+
open-pull-requests-limit: 1

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
publish_results: true
3232

3333
- name: "Upload artifact"
34-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
34+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3535
with:
3636
name: SARIF file
3737
path: results.sarif

.github/workflows/super-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
LOG_LEVEL: NOTICE
3636
SUPPRESS_POSSUM: true
3737
VALIDATE_ALL_CODEBASE: false
38+
VALIDATE_BIOME_FORMAT: false
39+
VALIDATE_BIOME_LINT: false
3840
VALIDATE_CHECKOV: false
3941
VALIDATE_CSS: false
4042
VALIDATE_EDITORCONFIG: false

0 commit comments

Comments
 (0)