Skip to content

Commit

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

Bump the github-actions-all group with 2 updates
  • Loading branch information
hectorm committed Aug 1, 2024
2 parents 7ce7708 + 882195c commit c9f3e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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@2d790406f505036ef40ecba973cc774a50395aac"
uses: "github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"
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@2d790406f505036ef40ecba973cc774a50395aac"
uses: "github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"
- name: "Perform security analysis"
uses: "ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534"
uses: "ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46"
with:
results_file: "./results.sarif"
results_format: "sarif"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
publish_results: false
- name: "Upload SARIF file"
uses: "github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac"
uses: "github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"
with:
sarif_file: "./results.sarif"

0 comments on commit c9f3e07

Please sign in to comment.