diff --git a/.github/workflows/java-format-checker.yml b/.github/workflows/java-format-checker.yml index ba540fc9..2e70d614 100644 --- a/.github/workflows/java-format-checker.yml +++ b/.github/workflows/java-format-checker.yml @@ -16,7 +16,7 @@ jobs: egress-policy: audit - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: axel-op/googlejavaformat-action@b8a3003f6bb1d4b521a2105f35a16131d49a8709 # v3.6 + - uses: axel-op/googlejavaformat-action@ccabf6320cac504bc85712b34d57bda817db340a # v3.6 with: args: "--aosp --skip-javadoc-formatting --skip-reflowing-long-strings --skip-sorting-imports --replace" skip-commit: true