Skip to content

Commit 45c3735

Browse files
authored
Merge pull request #3373 from github/backport-v3.31.9-5d4e8d1ac
Merge releases/v4 into releases/v3
2 parents f47c8e6 + 311b632 commit 45c3735

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2931
-3145
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Products:
3434

3535
Environments:
3636

37-
- **Dotcom** - Impacts CodeQL workflows on `github.com`.
37+
- **Dotcom** - Impacts CodeQL workflows on `github.com` and/or GitHub Enterprise Cloud with Data Residency.
3838
- **GHES** - Impacts CodeQL workflows on GitHub Enterprise Server.
3939
- **Testing/None** - This change does not impact any CodeQL workflows in production.
4040

.github/workflows/__bundle-zstd.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__config-export.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__diagnostics-export.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__export-file-baseline-information.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__job-run-uuid-sarif.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__quality-queries.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/debug-artifacts-failure-safe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Download all artifacts
86-
uses: actions/download-artifact@v6
86+
uses: actions/download-artifact@v7
8787
- name: Check expected artifacts exist
8888
run: |
8989
LANGUAGES="cpp csharp go java javascript python"

.github/workflows/debug-artifacts-safe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Download all artifacts
80-
uses: actions/download-artifact@v6
80+
uses: actions/download-artifact@v7
8181
- name: Check expected artifacts exist
8282
run: |
8383
VERSIONS="stable-v2.20.3 default linked nightly-latest"

0 commit comments

Comments
 (0)