Skip to content

Commit 8fa3bd9

Browse files
authored
Update GH actions with Dependabot (#3966)
Actions are pinned with hashes as suggested by OpenSSF Scorecard, see https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies. Those actions now get upgraded on a monthly intervall with Dependabot, https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot, as already in main repository, see https://github.com/llvm/llvm-project/blob/48d0ef1a07993139e1acf65910704255443103a5/.github/dependabot.yml#L1-L10.
1 parent db82bb9 commit 8fa3bd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)