Skip to content

Commit d25a988

Browse files
authored
Merge pull request #2 from example-policy-org/renovate/pin-dependencies
Pin actions/checkout action to v2.4.0
2 parents cac72de + 295a42b commit d25a988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
policy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected]
12+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
1313
- uses: docker://ghcr.io/example-policy-org/policy-checker:latest
1414

0 commit comments

Comments
 (0)