Skip to content

Commit 17e8bb3

Browse files
committed
Align SHA digest with their pinned version comment, hopefully also lets Renovate auto update the comments.
1 parent 6baafe7 commit 17e8bb3

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
# Initializes the CodeQL tools for scanning.
6565
- name: Initialize CodeQL
66-
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
66+
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
6767
with:
6868
languages: ${{ matrix.language }}
6969
build-mode: ${{ matrix.build-mode }}
@@ -92,6 +92,6 @@ jobs:
9292
exit 1
9393
9494
- name: Perform CodeQL Analysis
95-
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
95+
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
9696
with:
9797
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
persist-credentials: false
3434
- name: "Dependency Review"
35-
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4
35+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
3636
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
3737
with:
3838
comment-summary-in-pr: always

.github/workflows/scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
output: "trivy-results.sarif"
6969

7070
- name: Upload Trivy results to GitHub Security tab
71-
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
71+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
7272
if: always()
7373
with:
7474
sarif_file: "trivy-results.sarif"

renovate.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"prHourlyLimit": 2,
1515
"github-actions": {
1616
"enabled": true,
17-
"pinDigests": true
17+
"pinDigests": true,
18+
"rangeStrategy": "pin"
1819
},
1920
"pre-commit": {
2021
"enabled": true
@@ -124,12 +125,14 @@
124125
"automerge": true
125126
},
126127
{
127-
"description": "Group GitHub Actions updates",
128+
"description": "GitHub Actions with proper digest pinning and version comments",
128129
"matchManagers": [
129130
"github-actions"
130131
],
131132
"groupName": "GitHub Actions",
132-
"automerge": true
133+
"automerge": true,
134+
"pinDigests": true,
135+
"separateMinorPatch": false
133136
}
134137
],
135138
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)