Skip to content

Commit c9b32d9

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ------------ | ------- | ------- | | npm | autoprefixer | 10.4.21 | 10.4.21 | | npm | postcss | 8.5.6 | 8.5.6 | | npm | postcss-cli | 10.1.0 | 10.1.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b310ed4 commit c9b32d9

File tree

7 files changed

+17
-12
lines changed

7 files changed

+17
-12
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
# For example: add custom metadata, vulnerability scan results, etc.
244244
245245
- name: Upload SBOMs as artifacts
246-
uses: actions/upload-artifact@v4
246+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
247247
with:
248248
name: sboms
249249
path: ./sboms/
@@ -269,7 +269,7 @@ jobs:
269269
password: ${{ secrets.GITHUB_TOKEN }}
270270

271271
- name: Download SBOMs
272-
uses: actions/download-artifact@v5
272+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
273273
with:
274274
name: sboms
275275
path: ./sboms/

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ configMapGenerator:
1515
images:
1616
- name: controller
1717
newName: ghcr.io/grafana/grafana-operator
18-
newTag: v5.8.1
18+
newTag: v5.8.1@sha256:34229f59e1609764196870aa2672aa1b784e88583ec445ff04e810a8333b72a7

deploy/kustomize/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ patches:
1515
value: grafana-operator-permissions
1616
images:
1717
- name: ghcr.io/grafana/grafana-operator
18-
newTag: v5.20.0
18+
newTag: v5.20.0@sha256:050174c79c5bfce80fb96769e48026a905057202fb089b66457fa67f272d683e

deploy/kustomize/overlays/chainsaw-debug/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kind: Kustomization
77
images:
88
- name: ko.local/grafana/grafana-operator
99
newName: hashicorp/http-echo
10-
newTag: latest
10+
newTag: latest@sha256:fcb75f691c8b0414d670ae570240cbf95502cc18a9ba57e982ecac589760a186
1111

1212
patches:
1313
- path: deployment-patch.yaml

deploy/kustomize/overlays/cluster_scoped/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ kind: Kustomization
77
images:
88
- name: ghcr.io/grafana/grafana-operator
99
newName: ghcr.io/grafana/grafana-operator
10-
newTag: v5.18.0
10+
newTag: v5.18.0@sha256:0af2faec9d6f40e0d01077b3da859f7687144c3aeab05ec07a4556ab37081fbd

hugo/package-lock.json

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hugo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
3-
"autoprefixer": "^10.4.21",
4-
"postcss": "^8.5.6",
5-
"postcss-cli": "^10.1.0"
3+
"autoprefixer": "10.4.21",
4+
"postcss": "8.5.6",
5+
"postcss-cli": "10.1.0"
66
}
77
}

0 commit comments

Comments
 (0)