From 5566876328a155318e185c65795cd9772bcafd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:38:30 +0000 Subject: [PATCH] fix(deps): update dependencies Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4 to 5.0.2. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v4...v5.0.2) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bumps [idealo/spring-endpoint-exporter](https://github.com/idealo/spring-endpoint-exporter) from 0.2.13 to 0.2.14. - [Release notes](https://github.com/idealo/spring-endpoint-exporter/releases) - [Commits](https://github.com/idealo/spring-endpoint-exporter/compare/v0.2.13...v0.2.14) --- .github/workflows/pull-request-lint.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index a81623b..d809d66 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -12,7 +12,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v4 + - uses: amannn/action-semantic-pull-request@v5.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/Dockerfile b/Dockerfile index 912e046..16e6958 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/idealo/spring-endpoint-exporter:0.2.13 +FROM ghcr.io/idealo/spring-endpoint-exporter:0.2.14 # From the docs: Ensure your Dockerfile does not set the USER instruction, otherwise you will not be able to access GITHUB_WORKSPACE. # See for details: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#docker-container-filesystem diff --git a/README.md b/README.md index 0c052a2..03ac34c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ workflows. ```yaml - name: Export Spring Endpoints - uses: idealo/spring-endpoint-exporter-action@v0.1.6 + uses: idealo/spring-endpoint-exporter-action@v0.1.11 with: jar-path: ./target/app.jar output-path: ./out.json