Skip to content

Commit 8909dd1

Browse files
authored
ci: pin versions of Actions and Reusable Workflows (#6208)
* ci: pin versions of Actions and Reusable Workflows * ci: pin sbom-store action manually * ci: forgotten pinning eclipse-csi
1 parent 8e052b3 commit 8909dd1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/kura-core-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
store-sbom-data:
9494
needs: ['generate-sbom']
95-
uses: eclipse-csi/workflows/.github/workflows/store-sbom-data.yml@main
95+
uses: eclipse-csi/workflows/.github/workflows/store-sbom-data.yml@88508d92f2638d942a88744431f017225ed8c14c # main@08/04/2026
9696
with:
9797
projectName: 'kura-core'
9898
projectVersion: ${{ needs.generate-sbom.outputs.project-version }}

.github/workflows/release-notes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
steps:
2525

2626
- name: Checkout ${{ github.ref }} branch in ${{ github.repository }} repository.
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2828
with:
2929
fetch-depth: '0'
3030

3131
- name: Setup Java
32-
uses: actions/setup-java@v4
32+
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
3333
with:
3434
distribution: 'temurin' # See 'Supported distributions' for available options
3535
java-version: '21'
@@ -48,7 +48,7 @@ jobs:
4848
- name: Check file existence
4949
id: check_files
5050
continue-on-error: true
51-
uses: thebinaryfelix/check-file-existence-action@1.0.0
51+
uses: thebinaryfelix/check-file-existence-action@436223737a098725b8d10ab1950a03efba5e6fc6 # 1.0.0
5252
with:
5353
files: './kura/distrib/RELEASE_NOTES.txt'
5454

@@ -101,7 +101,7 @@ jobs:
101101
rm known-issues.txt
102102
103103
- name: Create Pull Request
104-
uses: peter-evans/create-pull-request@v4
104+
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4
105105
with:
106106
title: "chore: add Kura ${{ steps.get-version.outputs.resolved-version }} release notes"
107107
commit-message: "chore: add Kura ${{ steps.get-version.outputs.resolved-version }} release notes"

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515
pull-requests: write
1616
steps:
17-
- uses: actions/stale@v5
17+
- uses: actions/stale@f7176fd3007623b69d27091f9b9d4ab7995f0a06 # v5.2.1
1818
with:
1919
days-before-issue-stale: 60
2020
days-before-issue-close: 14

.github/workflows/target-platform-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
store-sbom-data:
9494
needs: ['generate-sbom']
95-
uses: eclipse-csi/workflows/.github/workflows/store-sbom-data.yml@main
95+
uses: eclipse-csi/workflows/.github/workflows/store-sbom-data.yml@88508d92f2638d942a88744431f017225ed8c14c # main@08/04/2026
9696
with:
9797
projectName: 'kura-target-platform'
9898
projectVersion: ${{ needs.generate-sbom.outputs.project-version }}

.github/workflows/version-uptick.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
steps:
2929

3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3232
with:
3333
ref: ${{ github.event.inputs.target_branch }}
3434

3535
- name: Download version upticker tool
36-
uses: carlosperate/download-file-action@v1
36+
uses: carlosperate/download-file-action@8b89cb8b4807765e7d63fe765cc600eb1919af11 # v1.1.2
3737
with:
3838
file-url: https://kura-repo.s3.us-west-2.amazonaws.com/esf_upticker_tool/version-uptick-0.2.0-linux-x86_64
3939

@@ -57,12 +57,12 @@ jobs:
5757

5858
- name: Get version
5959
id: get-version
60-
uses: JActions/maven-version@v1.0.1
60+
uses: JActions/maven-version@aafa242403588c1c69d619b3cec9c2ff6abd57ac # v1.0.1
6161
with:
6262
pom: ./kura/pom.xml
6363

6464
- name: Create Pull Request
65-
uses: peter-evans/create-pull-request@v4
65+
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4
6666
with:
6767
title: "chore: automated uptick to ${{ steps.get-version.outputs.version }}"
6868
commit-message: "chore: automated uptick to ${{ steps.get-version.outputs.version }}"

0 commit comments

Comments
 (0)