Skip to content

Commit

Permalink
ci(deps): bump check-run-reporter/action from 2.13.0 to 2.13.1
Browse files Browse the repository at this point in the history
Bumps [check-run-reporter/action](https://github.com/check-run-reporter/action) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/check-run-reporter/action/releases)
- [Commits](check-run-reporter/action@v2.13.0...v2.13.1)

---
updated-dependencies:
- dependency-name: check-run-reporter/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent c628e7a commit 32f4999
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
ESLINT_FORMAT_OPTIONS: |
--format json-with-metadata --output-file reports/style/eslint.json
TSC_OPTIONS: '| tee reports/style/tsc.log'
- uses: check-run-reporter/action@v2.13.0
- uses: check-run-reporter/action@v2.13.1
if: ${{ always() }}
with:
token: ${{ secrets.CHECK_RUN_REPORTER_TOKEN }}
label: ESLint
report: 'reports/style/eslint.json'
- uses: check-run-reporter/action@v2.13.0
- uses: check-run-reporter/action@v2.13.1
if: ${{ always() }}
with:
token: ${{ secrets.CHECK_RUN_REPORTER_TOKEN }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: ${{ secrets.AWS_REGION }}
- uses: './.github/actions/setup'
- uses: check-run-reporter/action@v2.13.0
- uses: check-run-reporter/action@v2.13.1
id: split
with:
token: ${{ secrets.CHECK_RUN_REPORTER_TOKEN }}
Expand All @@ -151,7 +151,7 @@ jobs:
# cleanup stacks that actually exist.
- run: ./scripts/crr-sam destroy ${{ steps.deploy.outputs.deployed }}
if: ${{ always() }}
- uses: check-run-reporter/action@v2.13.0
- uses: check-run-reporter/action@v2.13.1
if: ${{ always() }}
with:
token: ${{ secrets.CHECK_RUN_REPORTER_TOKEN }}
Expand All @@ -175,7 +175,7 @@ jobs:
fetch-depth: 0
- uses: './.github/actions/setup'
- run: npm test -- --selectProjects 'Unit Tests'
- uses: check-run-reporter/action@v2.13.0
- uses: check-run-reporter/action@v2.13.1
if: ${{ always() }}
with:
token: ${{ secrets.CHECK_RUN_REPORTER_TOKEN }}
Expand Down

0 comments on commit 32f4999

Please sign in to comment.