We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238fe97 commit 2a02346Copy full SHA for 2a02346
.github/workflows/ci.yml
@@ -113,15 +113,15 @@ jobs:
113
timeout-minutes: 10
114
steps:
115
- name: Checkout code
116
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
117
- name: Run sops secrets check
118
run: make sops-ci
119
120
kics-check:
121
runs-on: ubuntu-latest
122
123
124
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
125
- uses: checkmarx/kics-github-action@63fca4ca72e56edbb5a599ee756e6af1fdb1e785 # v2.1.18
126
with:
127
path: .
0 commit comments