We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16fa8f commit 0156e79Copy full SHA for 0156e79
2 files changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
37
38
- - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
+ - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
39
40
- id: setup-python
41
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
.github/workflows/scans.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
- - uses: bridgecrewio/checkov-action@5051a5cfc7e4c71d95199f81ffafbb490c7e6213 # master
+ - uses: bridgecrewio/checkov-action@f34885219720066007f948b843e747bb136aa223 # master
29
with:
30
soft_fail: ${{ github.event_name != 'pull_request' }}
31
0 commit comments