Skip to content

Commit f30582f

Browse files
diogoteles08jbeder
authored andcommitted
ci: hash-pin sensitive workflow dependency
Signed-off-by: Diogo Teles Sant'Anna <[email protected]>
1 parent eaf7205 commit f30582f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bzlmod-archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1616
- run: git archive $GITHUB_REF -o "yaml-cpp-${GITHUB_REF:10}.tar.gz"
1717
- run: gh release upload ${GITHUB_REF:10} "yaml-cpp-${GITHUB_REF:10}.tar.gz"
1818
env:

0 commit comments

Comments
 (0)