Skip to content

Commit

Permalink
Merge pull request #25 from hectorm/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-all-9b883d99f9

Bump github/codeql-action from 3.25.12 to 3.25.13 in the github-actions-all group
  • Loading branch information
hectorm committed Jul 20, 2024
2 parents 889b6c6 + f585ef0 commit 7ce7708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f"
uses: "github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac"
with:
languages: "${{ matrix.language }}"
- name: "Install dependencies"
Expand All @@ -40,4 +40,4 @@ jobs:
run: |
make clean all SFXR_GTK=
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f"
uses: "github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac"
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
publish_results: false
- name: "Upload SARIF file"
uses: "github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f"
uses: "github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac"
with:
sarif_file: "./results.sarif"

0 comments on commit 7ce7708

Please sign in to comment.