From 511fad6e60c188b358ce218654eb8aaffecd9bdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 06:51:10 +0000 Subject: [PATCH] feat(Dependencies): Update actions/checkout action to v7.0.1 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v7.0.0 | v7.0.1 | | github-tags | actions/checkout | v4.4.0 | v7.0.1 | --- .github/workflows/pip_audit.yml | 2 +- .github/workflows/publish-docker.yml | 2 +- .github/workflows/release_image.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pip_audit.yml b/.github/workflows/pip_audit.yml index 53a4e5c..f04e0fc 100644 --- a/.github/workflows/pip_audit.yml +++ b/.github/workflows/pip_audit.yml @@ -10,7 +10,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout PR branch - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 083fb0c..d05377b 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -18,7 +18,7 @@ jobs: shell: bash run: | sudo rm -rfv ${{ github.workspace }}/* - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Extract branch name shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index 786844e..730f1a6 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -19,7 +19,7 @@ jobs: - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - name: Login to oci.bi.denbi.de