Skip to content

Commit

Permalink
chore: ignore advanced ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaohoanq committed Sep 17, 2024
1 parent 1119843 commit 3a548e4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ jobs:
path: target/site/surefire-report.html

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

- name: Comment PR
uses: actions/github-script@v6
if: github.event_name == 'pull_request'
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '✅ Tests have completed. You can download the test report [here](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}).'
})
# - name: Update dependency graph
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
#
# - name: Comment PR
# uses: actions/github-script@v6
# if: github.event_name == 'pull_request'
# with:
# github-token: ${{secrets.GITHUB_TOKEN}}
# script: |
# github.rest.issues.createComment({
# issue_number: context.issue.number,
# owner: context.repo.owner,
# repo: context.repo.repo,
# body: '✅ Tests have completed. You can download the test report [here](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}).'
# })

0 comments on commit 3a548e4

Please sign in to comment.