Skip to content

Commit 83643e0

Browse files
authored
Merge branch 'main' into renovate/denoland-deno-2.0.x
2 parents a80de87 + 8f23af5 commit 83643e0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
${{ env.IMAGE_NAME }}@${{ env.IMAGE_DIGEST }}
209209
210210
- name: Generate SBOM
211-
uses: anchore/sbom-action@251a468eed47e5082b105c3ba6ee500c0e65a764 # v0.17.6
211+
uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
212212
with:
213213
image: ${{ env.IMAGE_NAME }}:${{ steps.clean-image-tag.outputs.IMAGE_TAG }}
214214
artifact-name: sbom-${{ matrix.config.name }}

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
22

33
# renovate: datasource=docker depName=squidfunk/mkdocs-material
4-
MKDOCS_DOCKER_IMAGE_VERSION=9.5.43
4+
MKDOCS_DOCKER_IMAGE_VERSION=9.5.44
55
MKDOCS_DOCKER_IMAGE=squidfunk/mkdocs-material
66

77
INTERACTIVE:=$(shell [ -t 0 ] && echo 1)

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdocs==1.6.1
22
mkdocs-git-revision-date-localized-plugin==1.3.0
33
mkdocs-include-markdown-plugin==7.0.0
4-
mkdocs-material==9.5.43
4+
mkdocs-material==9.5.44
55
mkdocs-material-extensions==1.3.1
66
pymdown-extensions==10.12
7-
mkdocs-material[imaging]==9.5.43
7+
mkdocs-material[imaging]==9.5.44

runtimes/python-runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolki
66
org.opencontainers.image.vendor="Keptn" \
77
org.opencontainers.image.licenses="Apache-2.0"
88

9-
RUN apk --no-cache add curl libexpat==2.6.3-r0
9+
RUN apk --no-cache add curl
1010

1111
RUN pip install -q --disable-pip-version-check pyyaml GitPython requests
1212

0 commit comments

Comments
 (0)