Skip to content

Commit

Permalink
chore(deps): bump the github_action group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github_action group with 3 updates: [actions/github-script](https://github.com/actions/github-script), [ArtiomTr/jest-coverage-report-action](https://github.com/artiomtr/jest-coverage-report-action) and [guardian/actions-riff-raff](https://github.com/guardian/actions-riff-raff).


Updates `actions/github-script` from 6 to 7
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

Updates `ArtiomTr/jest-coverage-report-action` from 2.2.6 to 2.3.0
- [Release notes](https://github.com/artiomtr/jest-coverage-report-action/releases)
- [Commits](ArtiomTr/jest-coverage-report-action@v2.2.6...v2.3.0)

Updates `guardian/actions-riff-raff` from 3 to 4
- [Release notes](https://github.com/guardian/actions-riff-raff/releases)
- [Commits](guardian/actions-riff-raff@v3...v4)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github_action
- dependency-name: ArtiomTr/jest-coverage-report-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_action
- dependency-name: guardian/actions-riff-raff
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github_action
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent 2bbb49a commit 4a8f132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmp-build-release.yml
Expand Up @@ -123,7 +123,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: steps.changeset.outputs.published == 'true'
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmp-run-tests.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Run unit tests
uses: ArtiomTr/jest-coverage-report-action@v2.2.6
uses: ArtiomTr/jest-coverage-report-action@v2.3.0
with:
package-manager: yarn
test-script: yarn test:unit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monitoring-CI.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
run: ./script/export-monitoring-file

- name: Upload to Riff Raff
uses: guardian/actions-riff-raff@v3
uses: guardian/actions-riff-raff@v4
with:
app: cmp-monitoring
projectName: consent::cmp-monitoring
Expand Down

1 comment on commit 4a8f132

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.04% 254/279
🟢 Branches 81.67% 98/120
🟢 Functions 88.57% 62/70
🟢 Lines 90.74% 245/270

Test suite run success

331 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from 4a8f132

Please sign in to comment.