Skip to content

Commit 7201675

Browse files
cristianrcvclaude
andcommitted
ci: pin graalvm/setup-graalvm to full commit SHA (COMP-1573)
The repo/org policy requires all GitHub Actions to be pinned to a full-length commit SHA. Pin graalvm/setup-graalvm@v1 -> @cabbb10818fabc989d6dbd508e4846596d20dd2d (v1.6.0) in build.yml (both native-image steps) and the dependency-graph workflow, matching the SHA-pinning convention already used for the other actions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 87c3d8b commit 7201675

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737

3838
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3939

40-
- uses: graalvm/setup-graalvm@v1
40+
- uses: graalvm/setup-graalvm@cabbb10818fabc989d6dbd508e4846596d20dd2d # v1.6.0
4141
if: ${{ matrix.musl }}
4242
with:
4343
java-version: '21'
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
native-image-job-reports: 'true'
4646
native-image-musl: 'true'
4747

48-
- uses: graalvm/setup-graalvm@v1
48+
- uses: graalvm/setup-graalvm@cabbb10818fabc989d6dbd508e4846596d20dd2d # v1.6.0
4949
if: ${{ !matrix.musl }}
5050
with:
5151
java-version: '21'

.github/workflows/security-submit-dependecy-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
14-
- uses: graalvm/setup-graalvm@v1
14+
- uses: graalvm/setup-graalvm@cabbb10818fabc989d6dbd508e4846596d20dd2d # v1.6.0
1515
with:
1616
java-version: 21
1717

0 commit comments

Comments
 (0)