Skip to content

Commit af1b6e1

Browse files
authored
Update 5 actions in 2 workflows (#17)
* Bump actions/checkout v6.0.2 => v6.0.3 * Bump actions/upload-artifact v7.0.0 => v7.0.1 * Bump msys2/setup-msys2 v2.30.0 => v2.31.1 * Bump rhysd/actionlint 1.7.11 => 1.7.12 * Bump zizmorcore/zizmor-action v0.5.2 => v0.5.6
1 parent 5f337d9 commit af1b6e1

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ jobs:
7878
f.write(f'matrix={json.dumps(matrix)}')
7979
8080
- name: Checkout Pyinstaller-Builds
81-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
81+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8282
with:
8383
path: builds
8484
persist-credentials: false
8585

8686
- name: Checkout PyInstaller
87-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
87+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8888
with:
8989
fetch-depth: 0 # Needed for git-describe
9090
repository: pyinstaller/pyinstaller
@@ -155,7 +155,7 @@ jobs:
155155
python -m build --no-isolation --sdist --outdir=dist .
156156
157157
- name: Upload artifacts
158-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
158+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
159159
with:
160160
name: pyinstaller-${{ inputs.commitish }}-sdist
161161
path: |
@@ -178,7 +178,7 @@ jobs:
178178

179179
steps:
180180
- name: Set up MinGW
181-
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
181+
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
182182
with:
183183
update: true
184184
msystem: ${{ matrix.sys }}
@@ -189,13 +189,13 @@ jobs:
189189
mingw-w64-${{ matrix.env }}-python-pip
190190
191191
- name: Checkout Pyinstaller-Builds
192-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
192+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
193193
with:
194194
path: builds
195195
persist-credentials: false
196196

197197
- name: Checkout PyInstaller
198-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
198+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
199199
with:
200200
repository: pyinstaller/pyinstaller
201201
ref: ${{ inputs.commitish }}
@@ -228,7 +228,7 @@ jobs:
228228
python -m build --no-isolation --wheel --outdir=dist .
229229
230230
- name: Upload artifacts
231-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
231+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
232232
with:
233233
name: pyinstaller-${{ inputs.commitish }}-${{ matrix.name }}
234234
path: |
@@ -247,7 +247,7 @@ jobs:
247247
RELEASE_NOTES: ${{ needs.prepare.outputs.release_notes }}
248248

249249
steps:
250-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
250+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
251251
with:
252252
persist-credentials: false
253253

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ concurrency:
1313
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1414

1515
env:
16-
ACTIONLINT_VERSION: "1.7.11"
17-
ACTIONLINT_SHA256SUM: 900919a84f2229bac68ca9cd4103ea297abc35e9689ebb842c6e34a3d1b01b0a
16+
ACTIONLINT_VERSION: "1.7.12"
17+
ACTIONLINT_SHA256SUM: 8aca8db96f1b94770f1b0d72b6dddcb1ebb8123cb3712530b08cc387b349a3d8
1818
ACTIONLINT_REPO: rhysd/actionlint
1919
GH_TELEMETRY: "false"
2020

@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3030
with:
3131
persist-credentials: false
3232

@@ -69,12 +69,12 @@ jobs:
6969
actions: read # Needed by zizmorcore/zizmor-action if repository is private
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
72+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7373
with:
7474
persist-credentials: false
7575

7676
- name: Run zizmor
77-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
77+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
7878
with:
7979
advanced-security: false
8080
persona: pedantic

0 commit comments

Comments
 (0)