We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae9cd3 commit b173aabCopy full SHA for b173aab
.github/workflows/change-file-in-pr.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout PR code
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
17
- name: Get List of Changed Files
18
id: changed-files
.github/workflows/semgrep-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
if: (github.actor != 'dependabot[bot]')
26
27
# Fetch project source
28
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
+ - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 #v4.2.2
29
30
- run: semgrep ci --sarif > semgrep.sarif
31
env:
0 commit comments