File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020 - name : Get changed files
2121 id : changes
22- uses : dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
22+ uses : dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
2323 with :
2424 token : ${{ github.token }}
2525 filters : .github/file-filters.yml
Original file line number Diff line number Diff line change 3636 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3737
3838 - name : Initialize CodeQL
39- uses : github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # pin@v2
39+ uses : github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # pin@v2
4040 with :
4141 languages : ' java'
4242
4545 ./gradlew buildForCodeQL --no-build-cache
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # pin@v2
48+ uses : github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # pin@v2
Original file line number Diff line number Diff line change 2626 run : |
2727 ./gradlew aggregateJavadocs
2828 - name : Deploy
29- uses : JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # pin@4.8 .0
29+ uses : JamesIves/github-pages-deploy-action@fa24774553152dd7873cd16ebd8d959b010c5445 # pin@4.9 .0
3030 with :
3131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3232 BRANCH : gh-pages
Original file line number Diff line number Diff line change 5757 --json-out ./artifacts/benchmarkData.json | tee -a "$GITHUB_STEP_SUMMARY"
5858
5959 - name : Upload Sauce artifacts
60- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
60+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6161 if : ${{ !cancelled() }}
6262 with :
6363 name : macrobenchmark-results
Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535 submodules : ' recursive'
3636 - name : Prepare release
37- uses : getsentry/craft@aeb16753a1764f3ef0768c03c499e3d2e4b7227c # v2
37+ uses : getsentry/craft@cd1e8294061fd970b40d98b77aaa109cb1e00e78 # v2
3838 env :
3939 GITHUB_TOKEN : ${{ steps.token.outputs.token }}
4040 with :
You can’t perform that action at this time.
0 commit comments