File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
devops/actions/build_container Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4040 [{"body" : "$COMMENT"}]
4141 EOF
4242
43- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
43+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
4444 if : always()
4545 with :
4646 name : workflow-args
Original file line number Diff line number Diff line change 2727
2828 - name : Get changed files
2929 id : changed-files
30- uses : step-security/changed-files@60967b822d3001fa82242f8d6b4ed46bc3600a68 # v47.0.1
30+ uses : step-security/changed-files@2e07db73e5ccdb319b9a6c7766bd46d39d304bad # v47.0.5
3131 with :
3232 separator : " ,"
3333 skip_initial_fetch : true
8383 --end-rev HEAD \
8484 --changed-files "$CHANGED_FILES"
8585
86- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
86+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
8787 if : always()
8888 with :
8989 name : workflow-args
Original file line number Diff line number Diff line change 5757
5858 # Upload the results to GitHub's code scanning dashboard.
5959 - name : " Upload to code-scanning"
60- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
60+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6161 with :
6262 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3535 run : |
3636 bandit -c devops/bandit.config -r . --exit-zero -f sarif -o bandit_results.sarif
3737
38- - uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
38+ - uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3939 with :
4040 sarif_file : bandit_results.sarif
Original file line number Diff line number Diff line change 2424 echo "changed_file_cnt=${{ github.event.pull_request.changed_files }}" >> $GITHUB_OUTPUT
2525
2626 - name : Check file changes
27- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
27+ uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
2828 if : steps.changed_files.outputs.changed_file_cnt < 500
2929 id : changes
3030 with :
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ jobs:
453453 with :
454454 name : sycl_windows_default
455455 - name : Sign with sigstore/cosign
456- uses : sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d # v3.2 .0
456+ uses : sigstore/gh-action-sigstore-python@04cffa1d795717b140764e8b640de88853c92acc # v3.3 .0
457457 with :
458458 inputs : sycl_linux.tar.gz sycl_windows.tar.gz
459459 - name : Compute tag
@@ -466,7 +466,7 @@ jobs:
466466 echo "TAG=${{ needs.get_date.outputs.date }}-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
467467 fi
468468 - name : Upload binaries
469- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5 .0
469+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0 .0
470470 with :
471471 files : |
472472 sycl_linux.tar.gz
Original file line number Diff line number Diff line change 7777 - name : Pack results
7878 run : tar -czf yarpgen_results.tar.gz yarpgen/testing
7979
80- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
80+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8181 with :
8282 name : yarpgen_results
8383 path : yarpgen_results.tar.gz
Original file line number Diff line number Diff line change 4040 devops/actions/**/*.yml
4141
4242 - name : Run zizmor
43- uses : zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
43+ uses : zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ runs:
2626 using : " composite"
2727 steps :
2828 - name : Login to GitHub Container Registry
29- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
29+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
3030 with :
3131 registry : ghcr.io
3232 username : ${{ inputs.username }}
3333 password : ${{ inputs.password }}
3434 - name : Set up Docker Buildx
35- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
35+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3636 - name : Build and Push Container
37- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
37+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
3838 with :
3939 push : ${{ inputs.push }}
4040 tags : ${{ inputs.tags }}
You can’t perform that action at this time.
0 commit comments