Skip to content

Commit a1c6435

Browse files
hsbtclaude
andcommitted
Update pinned action versions in Launchable setup
The commit SHAs did not match their version comment tags, as flagged by zizmor ref-version-mismatch. Update all three actions to their latest releases with correct SHAs. - actions/setup-python v5.0.0 -> v5.6.0 - actions/setup-java v4.0.0 -> v4.8.0 - gacts/run-and-post-run v1.4.0 -> v1.4.3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent afa1b1c commit a1c6435

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/launchable/setup/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ runs:
9595
# Launchable CLI requires Python and Java.
9696
# https://www.launchableinc.com/docs/resources/cli-reference/
9797
- name: Set up Python
98-
uses: actions/setup-python@871daa956ca9ea99f3c3e30acb424b7960676734 # v5.0.0
98+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
9999
with:
100100
python-version: "3.x"
101101
if: >-
102102
${{ steps.enable-launchable.outputs.enable-launchable
103103
&& !endsWith(inputs.os, 'ppc64le') && !endsWith(inputs.os, 's390x') }}
104104
105105
- name: Set up Java
106-
uses: actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8 # v4.0.0
106+
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
107107
with:
108108
distribution: 'temurin'
109109
java-version: '17'
@@ -112,7 +112,7 @@ runs:
112112
&& !endsWith(inputs.os, 'ppc64le') && !endsWith(inputs.os, 's390x') }}
113113
114114
- name: Set up Java ppc64le
115-
uses: actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8 # v4.0.0
115+
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
116116
with:
117117
distribution: 'semeru'
118118
architecture: 'ppc64le'
@@ -122,7 +122,7 @@ runs:
122122
&& endsWith(inputs.os, 'ppc64le') }}
123123
124124
- name: Set up Java s390x
125-
uses: actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8 # v4.0.0
125+
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
126126
with:
127127
distribution: 'semeru'
128128
architecture: 's390x'
@@ -270,7 +270,7 @@ runs:
270270
test_spec_report_dir: ${{ steps.global.outputs.test_spec_report_dir }}
271271

272272
- name: Clean up test results in Launchable
273-
uses: gacts/run-and-post-run@674528335da98a7afc80915ff2b4b860a0b3553a # v1.4.0
273+
uses: gacts/run-and-post-run@81b6ce503cde93862cec047c54652e45c5dca991 # v1.4.3
274274
with:
275275
shell: bash
276276
working-directory: ${{ inputs.builddir }}
@@ -287,7 +287,7 @@ runs:
287287
test_spec_report_dir: ${{ steps.global.outputs.test_spec_report_dir }}
288288

289289
- name: Record test results in Launchable
290-
uses: gacts/run-and-post-run@674528335da98a7afc80915ff2b4b860a0b3553a # v1.4.0
290+
uses: gacts/run-and-post-run@81b6ce503cde93862cec047c54652e45c5dca991 # v1.4.3
291291
with:
292292
shell: bash
293293
working-directory: ${{ inputs.builddir }}

0 commit comments

Comments
 (0)