From ec172439f3ff43c83aece3c9453cac29a3079fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:59:05 +0000 Subject: [PATCH] build(dependencies): bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [wearefrank/ci-cd-templates](https://github.com/wearefrank/ci-cd-templates), [step-security/harden-runner](https://github.com/step-security/harden-runner), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [Codex-/return-dispatch](https://github.com/codex-/return-dispatch). Updates `wearefrank/ci-cd-templates` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/wearefrank/ci-cd-templates/releases) - [Changelog](https://github.com/wearefrank/ci-cd-templates/blob/main/CHANGELOG.md) - [Commits](https://github.com/wearefrank/ci-cd-templates/compare/5ec30763e8d8eeed008edcac3c6a329367e42760...84b07af359071bee943bd6ff0e323f6d44d93a29) Updates `step-security/harden-runner` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/0d381219ddf674d61a7572ddd19d7941e271515c...5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde) Updates `actions/upload-artifact` from 4.3.4 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...834a144ee995460fba8ed112a2fc961b36a5ec5a) Updates `Codex-/return-dispatch` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/codex-/return-dispatch/releases) - [Changelog](https://github.com/Codex-/return-dispatch/blob/main/.release-it.json) - [Commits](https://github.com/codex-/return-dispatch/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: wearefrank/ci-cd-templates dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: Codex-/return-dispatch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-ff-version.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 14 +++++++------- .github/workflows/update-helm-chart.yml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/bump-ff-version.yml b/.github/workflows/bump-ff-version.yml index 92cc4383a..ff172d2fe 100644 --- a/.github/workflows/bump-ff-version.yml +++ b/.github/workflows/bump-ff-version.yml @@ -12,7 +12,7 @@ on: jobs: bump-ff-version: - uses: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml@5ec30763e8d8eeed008edcac3c6a329367e42760 # 1.0.4 + uses: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml@84b07af359071bee943bd6ff0e323f6d44d93a29 # 1.0.5 secrets: token: ${{ secrets.WEAREFRANK_BOT_PAT }} dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aca9fe64..09edb9224 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: version-next: ${{ steps.reference.outputs.next-reference }} version-next-strict: ${{ steps.reference.outputs.next-reference }} steps: - - uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0 + - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 with: disable-sudo: true egress-policy: block @@ -27,10 +27,10 @@ jobs: - name: Next Reference id: reference - uses: wearefrank/ci-cd-templates/next-reference@5ec30763e8d8eeed008edcac3c6a329367e42760 #1.0.4 + uses: wearefrank/ci-cd-templates/next-reference@84b07af359071bee943bd6ff0e323f6d44d93a29 #1.0.5 ci: - uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@5ec30763e8d8eeed008edcac3c6a329367e42760 #1.0.4 + uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@84b07af359071bee943bd6ff0e323f6d44d93a29 #1.0.5 needs: - version-next secrets: @@ -48,7 +48,7 @@ jobs: - version-next - ci steps: - - uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0 + - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 with: egress-policy: audit @@ -104,7 +104,7 @@ jobs: fi - name: Upload SoapUI testreports as artifact - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b #4.3.4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #4.3.6 if: always() with: name: reports-soapui-testreports diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50ebb107f..a99dfb63a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: version-next-tag: ${{ steps.next-version.outputs.release-tag }} version-next-type: ${{ steps.next-version.outputs.release-type }} steps: - - uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0 + - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 with: disable-sudo: true egress-policy: audit @@ -40,7 +40,7 @@ jobs: GH_TOKEN: ${{ secrets.WEAREFRANK_BOT_PAT }} ci: - uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@5ec30763e8d8eeed008edcac3c6a329367e42760 #1.0.4 + uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@84b07af359071bee943bd6ff0e323f6d44d93a29 #1.0.5 needs: analyze-commits secrets: token: ${{ secrets.GITHUB_TOKEN }} @@ -58,7 +58,7 @@ jobs: - analyze-commits - ci steps: - - uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0 + - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 with: egress-policy: audit @@ -114,7 +114,7 @@ jobs: fi - name: Upload SoapUI testreports as artifact - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b #4.3.4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #4.3.6 if: always() with: name: reports-soapui-testreports @@ -127,7 +127,7 @@ jobs: - ci - run-soapui-tests steps: - - uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0 + - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 with: egress-policy: audit @@ -163,7 +163,7 @@ jobs: GH_TOKEN: ${{ secrets.WEAREFRANK_BOT_PAT }} docker-release: - uses: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml@5ec30763e8d8eeed008edcac3c6a329367e42760 #1.0.4 + uses: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml@84b07af359071bee943bd6ff0e323f6d44d93a29 #1.0.5 needs: - analyze-commits - release @@ -193,4 +193,4 @@ jobs: - release # Set to true to enable Docusaurus publishing to GitHub Pages if: true - uses: wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml@5ec30763e8d8eeed008edcac3c6a329367e42760 #1.0.4 + uses: wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml@84b07af359071bee943bd6ff0e323f6d44d93a29 #1.0.5 diff --git a/.github/workflows/update-helm-chart.yml b/.github/workflows/update-helm-chart.yml index 4cb776862..8d972a360 100644 --- a/.github/workflows/update-helm-chart.yml +++ b/.github/workflows/update-helm-chart.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Dispatch an action and get the run ID - uses: Codex-/return-dispatch@v1.14.0 + uses: Codex-/return-dispatch@v1.15.0 id: return_dispatch with: token: ${{ secrets.token }}