From afc2d3b6ee4a89bd58874ab9137ab9469deea78c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:22:52 +0000 Subject: [PATCH 1/2] feat(Dependencies): Update actions/checkout action to v4.1.5 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.4 | v4.1.5 | --- .github/workflows/build_image.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/master-protection.yml | 2 +- .github/workflows/publish_docker.yml | 2 +- .github/workflows/release_image.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 99495467..aa0b2f28 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -8,5 +8,5 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - run: docker build --no-cache . diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5165c73c..1a6e192e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/master-protection.yml b/.github/workflows/master-protection.yml index 60d1c8df..b0834914 100644 --- a/.github/workflows/master-protection.yml +++ b/.github/workflows/master-protection.yml @@ -14,7 +14,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - name: Check Tag run: | diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 95caf894..e2d313ee 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -15,7 +15,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - 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 972f03f2..8e45ba75 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -11,7 +11,7 @@ jobs: - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to Quay.io From 95c420f194ab1186f835626a75b314c7cd791cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:51:26 +0000 Subject: [PATCH 2/2] feat(Dependencies): Update docker.elastic.co/beats/filebeat Docker tag to v8.13.4 | datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | docker | docker.elastic.co/beats/filebeat | 8.13.3 | 8.13.4 | --- docker-compose.bibigrid.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.bibigrid.yml b/docker-compose.bibigrid.yml index 6ee4625a..0bea44c1 100644 --- a/docker-compose.bibigrid.yml +++ b/docker-compose.bibigrid.yml @@ -45,7 +45,7 @@ services: # filebeat filebeat: - image: docker.elastic.co/beats/filebeat:8.13.3 + image: docker.elastic.co/beats/filebeat:8.13.4 env_file: - .env volumes: diff --git a/docker-compose.yml b/docker-compose.yml index 031f6445..e6d90dee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: # filebeat filebeat: container_name: client_filebeat - image: docker.elastic.co/beats/filebeat:8.13.3 + image: docker.elastic.co/beats/filebeat:8.13.4 env_file: - .env volumes: