Skip to content

Commit

Permalink
chore: bump the gha-low-risk group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gha-low-risk group with 2 updates: [jwalton/gh-find-current-pr](https://github.com/jwalton/gh-find-current-pr) and [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment).


Updates `jwalton/gh-find-current-pr` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/jwalton/gh-find-current-pr/releases)
- [Changelog](https://github.com/jwalton/gh-find-current-pr/blob/master/.releaserc)
- [Commits](jwalton/gh-find-current-pr@7ada613...89ee579)

Updates `marocchino/sticky-pull-request-comment` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](marocchino/sticky-pull-request-comment@efaaab3...331f8f5)

---
updated-dependencies:
- dependency-name: jwalton/gh-find-current-pr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-low-risk
- dependency-name: marocchino/sticky-pull-request-comment
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha-low-risk
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 699b247 commit c5ec2c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ outputs:
runs:
using: composite
steps:
- uses: jwalton/gh-find-current-pr@7ada613939e2a233c83a1320679446fa1c6bdcb9 # tag=v1
- uses: jwalton/gh-find-current-pr@89ee5799558265a1e0e31fab792ebb4ee91c016b # tag=v1
id: find_pr
- id: main
run: ${{ github.action_path }}/main.sh
Expand All @@ -52,7 +52,7 @@ runs:
ENABLE_A11Y_THRESHOLD: ${{ inputs.enable_a11y_threshold }}
# Add a comment reporting the number of violations.
- if: ${{ failure() && inputs.enable_a11y_threshold == 'true' }}
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # tag=v2
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # tag=v2
with:
header: axe-devhub
message: |
Expand All @@ -64,7 +64,7 @@ runs:
number: ${{ steps.find_pr.outputs.pr }}
# Add a comment reporting the number of violations.
- if: ${{ failure() && inputs.enable_a11y_threshold == 'false' }}
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # tag=v2
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # tag=v2
with:
header: axe-devhub
message: |
Expand All @@ -75,7 +75,7 @@ runs:
number: ${{ steps.find_pr.outputs.pr }}
# Hide a previously added comment if there are no violations.
- if: ${{ success() }}
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # tag=v2
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # tag=v2
with:
header: axe-devhub
hide: true
Expand Down

0 comments on commit c5ec2c4

Please sign in to comment.