Skip to content

Commit 85aa450

Browse files
build(deps): bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/stale](https://github.com/actions/stale). Updates `github/codeql-action` from 4.35.5 to 4.36.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e0d7b8...7211b7c) Updates `actions/stale` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@b5d41d4...eb5cf3a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: actions/stale dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f9baae commit 85aa450

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/everything.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
ccache-codeql
597597
- run: ccache -z
598598
- name: Initialize CodeQL
599-
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3
599+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3
600600
with:
601601
languages: ${{ matrix.language }}
602602
source-root: source
@@ -609,7 +609,7 @@ jobs:
609609
- name: Build
610610
run: gha/scripts/ci/gh-actions/run.sh build
611611
- name: Perform CodeQL Analysis
612-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3
612+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3
613613
with:
614614
category: "/language:${{matrix.language}}"
615615
output: sarif-results
@@ -624,7 +624,7 @@ jobs:
624624
input: sarif-results/cpp.sarif
625625
output: sarif-results/cpp.sarif
626626
- name: Upload SARIF
627-
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3
627+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3
628628
with:
629629
sarif_file: sarif-results/cpp.sarif
630630
- name: Upload loc as a Build Artifact

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
# Upload the results to GitHub's code scanning dashboard (optional).
4747
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4848
- name: "Upload to code-scanning"
49-
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
49+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
5050
with:
5151
sarif_file: results.sarif

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
issues: write
2222
pull-requests: write
2323
steps:
24-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v9
24+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v9
2525
with:
2626
stale-issue-message: 'This issue is stale because it has been 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.'
2727
stale-pr-message: 'This PR is stale because it has been open 6 months with no activity. Remove stale label or comment or this will be closed in 30 days.'

0 commit comments

Comments
 (0)