Skip to content

Commit 0cc9a3a

Browse files
Merge pull request #873 from cloudkats/renovate/master-.github/workflows-patch-github-tags-action-.githubworkflowsgitsec.trufflehog.yaml
chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/gitsec.trufflehog.yaml) (master)
2 parents a21a5c2 + 109c263 commit 0cc9a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gitsec.trufflehog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2828
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
2929
steps:
30-
- uses: actions/[email protected].1
30+
- uses: actions/[email protected].6
3131

3232
- uses: brpaz/[email protected]
3333
env:
@@ -92,7 +92,7 @@ jobs:
9292
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
9393
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
9494
steps:
95-
- uses: actions/[email protected].1
95+
- uses: actions/[email protected].6
9696

9797
- uses: brpaz/[email protected]
9898
env:

0 commit comments

Comments
 (0)