Skip to content

Commit e17737f

Browse files
[StepSecurity] Apply security best practices (#175)
Signed-off-by: StepSecurity Bot <[email protected]> Co-authored-by: stepsecurity-app[bot] <188008098+stepsecurity-app[bot]@users.noreply.github.com>
1 parent 4a580fa commit e17737f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
env:
1010
REGISTRY_IMAGE: ghcr.io/base/node-reth-dev
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
build-and-push:
1417
strategy:
@@ -73,7 +76,7 @@ jobs:
7376
touch "${{ runner.temp }}/digests/${digest#sha256:}"
7477
7578
- name: Upload digest
76-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7780
with:
7881
name: digests-${{ env.PLATFORM_PAIR }}
7982
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)