Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Aug 6, 2024
1 parent c20e711 commit 995f56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
console.log(`${commitHashes.length} commitHashes found`)
const { data: commits } = await github.pulls.listCommits({
const { data: commits } = await ${{github}}.pulls.listCommits({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.issue.number,
Expand Down
2 changes: 1 addition & 1 deletion audit/auditLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"auditedBy": "Individual Security Researcher",
"auditorGitHandle": "someHandle",
"auditReportPath": "./audit/reports/yyyyyy.pdf",
"auditCommitHash": "notAValidCommitHash"
"auditCommitHash": "bbdbf0be93e57bf31ba23f26a0cc65bad395e137"
}
],
"1.0.1": [
Expand Down

0 comments on commit 995f56f

Please sign in to comment.