Skip to content

Commit 186629d

Browse files
committed
ci: pin all GitHub Actions to immutable SHAs
1 parent 634c637 commit 186629d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v4
13+
- uses: actions/setup-nodeea5288caeca8642d1e84afbd3f7d6820020@v4
1414
with: { node-version: "20" }
1515
- run: npm ci
1616
# Placeholder para fuzz real; mantener job verde

.github/workflows/ghcr-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- uses: docker/setup-buildx-action@v3
15-
- uses: docker/login-action@v3
15+
- uses: docker/login-actionbdaa0721073962dff0199f1fb9940f07167d1@v3
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.actor }}
@@ -24,7 +24,7 @@ jobs:
2424
tags: |
2525
type=raw,value=latest
2626
type=ref,event=tag
27-
- uses: docker/build-push-action@v6
27+
- uses: docker/build-push-actiond21b8e681c14492fe198d362a7d2c83@v6
2828
with:
2929
context: .
3030
push: true

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
label:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v6
12+
- uses: actions/labeleredcd8ababfe52f92936142cc22ac488b1b@v6
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
sync-labels: true

.github/workflows/release-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
format: cyclonedx-json
2121
output-file: sbom-cyclonedx.json
2222
- name: Attach SBOM to release
23-
uses: softprops/action-gh-release@v2
23+
uses: softprops/action-gh-releasecbd405e2c4e67a21c47fa9e383d020e4e28b836@v2
2424
with:
2525
files: sbom-cyclonedx.json

0 commit comments

Comments
 (0)