diff --git a/.github/workflows/track_todos.yml b/.github/workflows/track_todos.yml index 450eff4aaace..e883702e51ce 100644 --- a/.github/workflows/track_todos.yml +++ b/.github/workflows/track_todos.yml @@ -80,7 +80,7 @@ jobs: # Create or update issue for TODO comments: - name: 'Create or update issue for TODO comments' # Pin action to full length commit SHA - uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1 + uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0 with: title: 'TODO comments' content-filepath: ./tracking_issue_todos.md @@ -93,7 +93,7 @@ jobs: # Create or update issue for FIXME comments: - name: 'Create or update issue for FIXME comments' # Pin action to full length commit SHA - uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1 + uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0 with: title: 'FIXME comments' content-filepath: ./tracking_issue_fixmes.md