Skip to content

Commit

Permalink
Bump the github-actions-all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions-all group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action).


Updates `github/codeql-action` from 3.25.13 to 3.25.15
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@2d79040...afb54ba)

Updates `ossf/scorecard-action` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@dc50aa9...62b2cac)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent 7ce7708 commit 882195c
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 882195c

Please sign in to comment.