Skip to content

Commit e5874bc

Browse files
authored
fix(security): switch to pinDigest to follow OSSF recommendations (cloudnative-pg#7258)
Following the OSSF recommendations we should pin all the dependencies in our workflows https://github.com/ossf/scorecard/blob/026dc41355a4e40c7b64e7413b726c0bce326356/docs/checks.md#pinned-dependencies Closes cloudnative-pg#7257 Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
1 parent 1f1b38c commit e5874bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,13 +411,13 @@
411411
'patch',
412412
],
413413
groupName: 'all non-major github action',
414-
pinDigests: false,
414+
pinDigests: true,
415415
},
416416
{
417417
matchDepTypes: [
418418
'action',
419419
],
420-
pinDigests: false,
420+
pinDigests: true,
421421
},
422422
{
423423
groupName: 'kubernetes CSI',

0 commit comments

Comments
 (0)