python-tuf/.github/workflows
Jussi Kukkonen f005825955 workflows: Stop pinning actions that are not security relevant
These workflows have no real security relevance (runtime build or test)
in the sense that a compromise in the dependencies could compromise
python-tuf security:
* scorecards
* dependency-review
* codeql-analysis

Stop pinning the actions used in them (except the common actions that
are used everyewhere like actions/checkout: use the same version of
those everywhere). The benefit here is fewer Dependabot PRs: If we had
done this from the start we'd have skipped ~70 PRs by now.

The interesting permissions used in these workflows are
 * security-events: write
   This can add things onto the "Security" tab in GitHub
 * id-token: write
   This allows OIDC authentication, but only as this specific workflow

These permissions look completely acceptable to me.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2023-10-02 13:34:24 +03:00
..
_test.yml Remove obsolete comments from Python 2.7 times 2023-09-28 11:40:29 +02:00
cd.yml build(deps): bump actions/checkout from 4.0.0 to 4.1.0 2023-09-25 10:56:33 +00:00
ci.yml workflows: Set top-level permissions 2022-10-30 12:56:22 +02:00
codeql-analysis.yml workflows: Stop pinning actions that are not security relevant 2023-10-02 13:34:24 +03:00
dependency-review.yml workflows: Stop pinning actions that are not security relevant 2023-10-02 13:34:24 +03:00
maintainer-permissions-reminder.yml version numbers are commented respectively 2023-09-06 13:10:40 +05:30
scorecards.yml workflows: Stop pinning actions that are not security relevant 2023-10-02 13:34:24 +03:00
specification-version-check.yml build(deps): bump actions/checkout from 4.0.0 to 4.1.0 2023-09-25 10:56:33 +00:00