Просмотр исходного кода

Merge pull request #13894 from emqx/dependabot/github_actions/dot-github/actions/prepare-jmeter/actions-prepare-jmeter-58bb0c440b

chore(deps): bump the actions-prepare-jmeter group across 1 directory with 3 updates
Ivan Dyachkov 1 год назад
Родитель
Сommit
f8f5353a35
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      .github/actions/prepare-jmeter/action.yaml

+ 3 - 3
.github/actions/prepare-jmeter/action.yaml

@@ -3,19 +3,19 @@ description: 'Download jmeter packages'
 runs:
   using: composite
   steps:
-    - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
+    - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
       with:
         repository: emqx/emqx-fvt
         ref: broker-autotest-v5
         path: scripts
-    - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
+    - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
       with:
         java-version: '8.0.282' # The JDK version to make available on the path.
         java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
         architecture: x64 # (x64 or x86) - defaults to x64
         # https://github.com/actions/setup-java/blob/main/docs/switching-to-v2.md
         distribution: 'zulu'
-    - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
+    - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
       with:
         name: apache-jmeter.tgz
     - name: install jmeter