This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 710bd4afd12d6d2c4e0664f940f0531708bcbb0d
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Sep 11 11:31:48 2023 -0400

    Pin action to v1 instead of 1.2
---
 .github/workflows/beam_PreCommit_SQL_Java11.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_SQL_Java11.yml 
b/.github/workflows/beam_PreCommit_SQL_Java11.yml
index e2c666dafa8..e227e2f6099 100644
--- a/.github/workflows/beam_PreCommit_SQL_Java11.yml
+++ b/.github/workflows/beam_PreCommit_SQL_Java11.yml
@@ -117,8 +117,8 @@ jobs:
           name: SpotBugs Results
           path: '**/build/reports/spotbugs/*.html'
       - name: Publish SpotBugs Results
-        uses: jwgmeligmeyling/[email protected]
+        uses: jwgmeligmeyling/spotbugs-github-action@v1
         if: always()
         with:
           name: SpotBugs
-          path: '**/build/reports/spotbugs/*.html'
\ No newline at end of file
+          path: '**/build/reports/spotbugs/*.html'

Reply via email to