Skip to content

Commit 5fdb9d6

Browse files
committed
Pin (and upgrade) immutable-eligible action actions/checkout to their semantic versions
1 parent ebe62ac commit 5fdb9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
- uses: actions/checkout@4.2.2
1818
- name: Build the Docker image
1919
run: docker build . --file Dockerfile --platform linux/amd64

0 commit comments

Comments
 (0)