Skip to content

Commit

Permalink
Merge pull request #2397 from crytic/dependabot/github_actions/dev/gi…
Browse files Browse the repository at this point in the history
…thub/issue-metrics-3

Bump github/issue-metrics from 2 to 3
  • Loading branch information
0xalpharush authored Apr 3, 2024
2 parents 3e8a643 + c034713 commit 2ba9c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
- name: Run issue-metrics tool
uses: github/issue-metrics@v2
uses: github/issue-metrics@v3
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:crytic/slither is:issue created:${{ env.last_month }} -reason:"not planned" -reason:"duplicate"'
Expand Down

0 comments on commit 2ba9c85

Please sign in to comment.