Skip to content

Commit

Permalink
Merge pull request #356 from code-like-a-carpenter/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/check-run-reporter/action-2.13.0

build(deps): bump check-run-reporter/action from 2.7.1 to 2.13.0
  • Loading branch information
ianwremmel authored Jan 27, 2024
2 parents 30581c2 + 9895c99 commit 048f41d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
env:
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.7.1
- uses: check-run-reporter/action@v2.13.0
if: ${{ always() }}
with:
token: '62f20048-075b-4fef-b858-e16790015077'
label: ESLint
report: 'reports/style/eslint.json'
- uses: check-run-reporter/action@v2.7.1
- uses: check-run-reporter/action@v2.13.0
if: ${{ always() }}
with:
token: '62f20048-075b-4fef-b858-e16790015077'
Expand All @@ -102,7 +102,7 @@ jobs:
${{ runner.os }}-
- run: npm ci
- run: npm test
- uses: check-run-reporter/action@v2.7.1
- uses: check-run-reporter/action@v2.13.0
if: ${{ always() }}
with:
token: '62f20048-075b-4fef-b858-e16790015077'
Expand Down

0 comments on commit 048f41d

Please sign in to comment.