Skip to content

Commit 3f7b69b

Browse files
Bump the github-actions group with 2 updates (#1062)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9003c83 commit 3f7b69b

6 files changed

+10
-10
lines changed

.github/workflows/build_packages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python3 build_tools/python_deploy/compute_common_version.py --version-suffix=${version_suffix} --write-json
7373
7474
- name: Upload version_local.json files
75-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
75+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7676
with:
7777
name: version_local_files
7878
path: |
@@ -177,7 +177,7 @@ jobs:
177177
178178
# Always upload to GitHub artifacts.
179179
- name: Upload python wheels
180-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
180+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
181181
with:
182182
if-no-files-found: error
183183
name: snapshot-${{ matrix.package }}-${{ matrix.platform }}-${{ matrix.python-version }}

.github/workflows/ci-llama-large-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
keep_files: true
8080

8181
- name: Upload llama executable files
82-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
82+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8383
with:
8484
name: llama-files
8585
path: ${{ github.workspace }}/${{ steps.date.outputs.date }}

.github/workflows/ci-llama-quick-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pytest sharktank/tests/models/llama/benchmark_amdgpu_test.py -v -s --iree-hip-target=gfx942 --iree-device=hip://0 --run-quick-llama-test
7171
7272
- name: Upload llama executable files
73-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
73+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7474
with:
7575
name: llama-files
7676
path: ${{ github.workspace }}/${{ steps.date.outputs.date }}

.github/workflows/ci-sglang-benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
pytest -v app_tests/benchmark_tests/llm/sglang_benchmarks/shortfin_benchmark_test.py --log-cli-level=INFO --html=shortfin_index.html --self-contained-html
9393
9494
- name: Upload pytest report
95-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
95+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
9696
with:
9797
name: shortfin_benchmark
9898
path: shortfin_index.html
@@ -179,7 +179,7 @@ jobs:
179179
pytest -v app_tests/benchmark_tests/llm/sglang_benchmarks/sglang_benchmark_test.py --port 30000 --log-cli-level=INFO --html=sglang_index.html --self-contained-html
180180
181181
- name: Upload pytest report
182-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
182+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
183183
with:
184184
name: sglang_benchmark
185185
path: sglang_index.html

.github/workflows/pkgci_shark_ai.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
--log-cli-level=INFO
6262
- name: Upload Test Results
6363
if: always()
64-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
64+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6565
with:
6666
name: smoke-test-${{ matrix.name }}
6767
path: smoke-test-${{ matrix.name }}.xml
@@ -108,7 +108,7 @@ jobs:
108108
--log-cli-level=INFO
109109
- name: Upload Test Results
110110
if: always()
111-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
111+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112112
with:
113113
name: direct-to-batcher-test-${{ matrix.name }}
114114
path: direct-to-batcher-test-${{ matrix.name }}.xml
@@ -155,7 +155,7 @@ jobs:
155155
--log-cli-level=INFO
156156
- name: Upload Test Results
157157
if: always()
158-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
158+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
159159
with:
160160
name: integration-test-${{ matrix.name }}
161161
path: integration-test-${{ matrix.name }}.xml

.github/workflows/update_iree_requirement_pins.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
${{ env.CURRENT_IREE_TURBINE_VERSION }} != ${{ env.LATEST_IREE_TURBINE_VERSION }}
9696
${{ env.CURRENT_SHORTFIN_IREE_GIT_TAG }} != ${{ env.LATEST_SHORTFIN_IREE_GIT_TAG }}
9797
id: cpr
98-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
98+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
9999
with:
100100
token: ${{ steps.generate-token.outputs.token || secrets.GITHUB_TOKEN }}
101101
base: main

0 commit comments

Comments
 (0)