Commit graph

11 commits

Author SHA1 Message Date
PJ Fanning
1035de65ec
CI: github actions use sha instead of version (#1858) 2025-05-21 16:50:08 +02:00
Arnout Engelen
0f873511cd
chore: ignore even more configs for dependency submission (#1693)
confirmed ignoring `runtime-internal` suppresses the really
old guava, the `scala-doc-tool` and `scala-tool` configs
currently don't pull in any problematic dependencies but
they should not be relevant to our users either.

Follow-up on https://github.com/apache/pekko/pull/1689
and https://github.com/apache/pekko/pull/1392
2025-01-07 11:58:24 +01:00
Arnout Engelen
0855a3b035
chore: dependency-graph: ignore more contexts and modules (#1689)
To remove false positives from the counter for
https://github.com/apache/pekko/security

follow-up on https://github.com/apache/pekko/pull/1392
2025-01-06 16:22:49 +01:00
Arnout Engelen
e779b7b231
chore: dependency-submission: skip test scope (#1392)
Currently, dependency-submission would submit all dependencies to
https://github.com/apache/pekko/security/dependabot , including
test dependencies. We then added explicit dependencies to the build
to squash warnings about outdated test dependencies (#1181, #1313
and #1344).

With version 3, sbt-dependency-submission now supports ignoring
scopes. This PR proposes to ignore the test scope, and remove the
explicit dependencies from the build.

Of course, we want our developers to be secure as much as our users.
From that perspective you could say we'd want to remove 'insecure'
dependencies even from the test scope. In practice, however, I think
it's really unlikely that a vulnerability in a test scope dependency
would lead to a realistic attack on a developer. For that reason, I
think ignoring this scope for dependency-submission and keeping the
old dependencies in the build removes some development friction, which
balances out the risk of testing with outdated dependencies. If there'd
be a 'malicious' dependency out there, I expect we'd learn about it
through other channels.
2025-01-06 12:11:33 +01:00
PJ Fanning
2cd8313bf5
add license headers to CI files (#1631) 2024-12-28 13:09:22 +01:00
dependabot[bot]
c55423a446
Bump scalacenter/sbt-dependency-submission from 2 to 3 (#1551)
Bumps [scalacenter/sbt-dependency-submission](https://github.com/scalacenter/sbt-dependency-submission) from 2 to 3.
- [Release notes](https://github.com/scalacenter/sbt-dependency-submission/releases)
- [Commits](https://github.com/scalacenter/sbt-dependency-submission/compare/v2...v3)

---
updated-dependencies:
- dependency-name: scalacenter/sbt-dependency-submission
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-07 14:34:56 +01:00
PJ Fanning
726ddbfd43
CI: setup-sbt (#1531)
* CI: setup-sbt

* Update dependency-graph.yml
2024-10-16 08:05:29 +01:00
Arnout Engelen
c254ce90f5
fix: dependency-graph permissions (#1372)
apparently permissions must be at the job level, not the
step level.

Follow-up on #1371
2024-06-17 23:37:21 +02:00
Arnout Engelen
89195935b0
chore: restrict GitHub actions permissions (#1371)
Be more selective in granting permissions to actions
2024-06-17 23:29:23 +02:00
Matthew de Detrich
131e774829 Use fetch tags from latest checkout action 2023-09-05 15:25:19 +02:00
Matthew de Detrich
9aa4e1d904 Submit dependabot dependency graph to Github 2023-06-03 10:04:00 +02:00