Skip to content

Commit 9bc9a28

Browse files
chore(deps): Bump the minor-and-patch group across 1 directory with 3 updates
Bumps the minor-and-patch group with 3 updates in the / directory: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 3.37.7 to 3.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f371297...6f5948d) Updates `github/codeql-action/analyze` from 3.37.7 to 3.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f371297...6f5948d) Updates `github/codeql-action/upload-sarif` from 3.37.7 to 3.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f371297...6f5948d) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 3.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github/codeql-action/init dependency-version: 3.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github/codeql-action/upload-sarif dependency-version: 3.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ef480b commit 9bc9a28

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.2.2
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3.30.11
31+
uses: github/codeql-action/init@6f5948dfacef28e207b48d0905cf90c03365536d # v3.30.11
3232
with:
3333
languages: ${{ matrix.language }}
3434
queries: security-and-quality
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3.30.11
37+
uses: github/codeql-action/analyze@6f5948dfacef28e207b48d0905cf90c03365536d # v3.30.11
3838
with:
3939
category: "/language:${{ matrix.language }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
retention-days: 5
4040

4141
- name: Upload to code-scanning
42-
uses: github/codeql-action/upload-sarif@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3.30.11
42+
uses: github/codeql-action/upload-sarif@6f5948dfacef28e207b48d0905cf90c03365536d # v3.30.11
4343
with:
4444
sarif_file: results.sarif

0 commit comments

Comments
 (0)