Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Apr 4, 2024
1 parent 08cda64 commit fd3d9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
fetch-depth: 0 # needed to checkout all branches

- name: git-diff-action
uses: GrantBirki/git-diff-action@f9084974667db3cecc39baa7d09f0c95656f77b2 # [email protected].0
uses: GrantBirki/git-diff-action@7a7a7219cac501c8b08370e93c0113524b0592bb # [email protected].1
id: git-diff-action
with:
json_diff_file_output: ${{ inputs.json_diff_path }}
Expand All @@ -87,7 +87,7 @@ runs:
max_buffer_size: ${{ inputs.max_buffer_size }}

- name: auditor-action
uses: GrantBirki/auditor-action-core@4d6e777d66cd3c8c7479b435d68a6f66a17d6a5f # [email protected].0
uses: GrantBirki/auditor-action-core@76d0ff385291a915760cf9240d8b10473a478c8e # [email protected].1
with:
github_token: ${{ inputs.github_token }}
annotate_pr: ${{ inputs.annotate_pr }}
Expand Down

0 comments on commit fd3d9b2

Please sign in to comment.