Skip to content

Commit

Permalink
Merge pull request #148 from clemlesne/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/github/codeql-action-3.22.12
  • Loading branch information
clemlesne authored Dec 24, 2023
2 parents 062ff2e + 90e19d9 commit 01a1528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
snyk.sarif
- name: Upload results to GitHub Security
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
with:
sarif_file: merged.sarif

Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
*.sarif
- name: Upload results to GitHub Security
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
with:
sarif_file: merged.sarif

Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
${{ steps.tag.outputs.tag }}
- name: Upload results to GitHub Security
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
with:
sarif_file: snyk.sarif

Expand All @@ -655,7 +655,7 @@ jobs:
run: semgrep ci --sarif --output=semgrep.sarif

- name: Upload results to GitHub Security
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
with:
sarif_file: semgrep.sarif

Expand Down

0 comments on commit 01a1528

Please sign in to comment.