Skip to content

Commit 65a1996

Browse files
chore(deps): bump the github-actions group with 2 updates (#436)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d1e298 commit 65a1996

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
4343
manylinux: auto
4444
- name: Upload wheels
45-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
45+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
4646
with:
4747
name: wheels-linux-${{ matrix.platform.target }}
4848
path: dist
@@ -72,7 +72,7 @@ jobs:
7272
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
7373
manylinux: musllinux_1_2
7474
- name: Upload wheels
75-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
75+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
7676
with:
7777
name: wheels-musllinux-${{ matrix.platform.target }}
7878
path: dist
@@ -97,7 +97,7 @@ jobs:
9797
args: --release --out dist
9898
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
9999
- name: Upload wheels
100-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
100+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
101101
with:
102102
name: wheels-windows-${{ matrix.platform.target }}
103103
path: dist
@@ -122,7 +122,7 @@ jobs:
122122
args: --release --out dist
123123
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
124124
- name: Upload wheels
125-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
125+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
126126
with:
127127
name: wheels-macos-${{ matrix.platform.target }}
128128
path: dist
@@ -139,7 +139,7 @@ jobs:
139139
command: sdist
140140
args: --out dist
141141
- name: Upload sdist
142-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
142+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
143143
with:
144144
name: wheels-sdist
145145
path: dist

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Upload SARIF file
28-
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
28+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
2929
with:
3030
sarif_file: results.sarif
3131
category: zizmor

0 commit comments

Comments
 (0)