Skip to content

Commit

Permalink
Bump the minor group with 2 updates (#104)
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates: [browser-actions/setup-firefox](https://github.com/browser-actions/setup-firefox) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action).


Updates `browser-actions/setup-firefox` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/browser-actions/setup-firefox/releases)
- [Changelog](https://github.com/browser-actions/setup-firefox/blob/master/CHANGELOG.md)
- [Commits](browser-actions/setup-firefox@7eb6921...955a5d4)

Updates `JamesIves/github-pages-deploy-action` from 4.6.1 to 4.6.3
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@5c6e9e9...94f3c65)

---
updated-dependencies:
- dependency-name: browser-actions/setup-firefox
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 5e32734 commit ed919ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Setup Firefox
id: firefox
uses: browser-actions/setup-firefox@7eb6921a7449833b6356d5b61f7bba79b4e65ed3 # v1
uses: browser-actions/setup-firefox@955a5d42b5f068a8917c6a4ff1656a2235c66dfb # v1
with:
firefox-version: latest-esr

Expand All @@ -43,7 +43,7 @@ jobs:
path: ${{ env.REPORT_DIR }}

- name: Publish HTML report
uses: JamesIves/github-pages-deploy-action@5c6e9e9f3672ce8fd37b9856193d2a537941e66c # v4.6.1
uses: JamesIves/github-pages-deploy-action@94f3c658273cf92fb48ef99e5fbc02bd2dc642b2 # v4.6.3
with:
folder: ${{ env.REPORT_DIR }}
target-folder: zap-report
Expand Down

0 comments on commit ed919ab

Please sign in to comment.