Skip to content

Commit 3286ed6

Browse files
build(deps): bump the all-github-actions group across 1 directory with 3 updates
Bumps the all-github-actions group with 3 updates in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet), [github/codeql-action](https://github.com/github/codeql-action) and [aws-actions/stale-issue-cleanup](https://github.com/aws-actions/stale-issue-cleanup). Updates `actions/setup-dotnet` from 5.0.1 to 5.1.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@2016bd2...baa11fb) Updates `github/codeql-action` from 4.31.7 to 4.31.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cf1bb45...cdefb33) Updates `aws-actions/stale-issue-cleanup` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/aws-actions/stale-issue-cleanup/releases) - [Changelog](https://github.com/aws-actions/stale-issue-cleanup/blob/main/CHANGELOG.md) - [Commits](aws-actions/stale-issue-cleanup@5650b49...0604f2e) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: aws-actions/stale-issue-cleanup dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 220a004 commit 3286ed6

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/AutoUpdateBootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
token: ${{ env.AWS_SECRET_TOKEN }}
3636

3737
- name: Setup .NET
38-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1
38+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0
3939
with:
4040
dotnet-version: '8.0.x'
4141

.github/workflows/DetectDocGeneratorChanges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: '0'
2121
- name: Setup .NET 10.0
22-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1
22+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0
2323
with:
2424
dotnet-version: 10.0.x
2525
- name: Restore dependencies

.github/workflows/DetectRestAPIClientChanges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
fetch-depth: '0'
1212
- name: Setup .NET 10.0
13-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1
13+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0
1414
with:
1515
dotnet-version: 10.0.x
1616
- name: Restore dependencies

.github/workflows/UploadDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Setup .NET 8
31-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1
31+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0
3232
with:
3333
dotnet-version: 8.0.x
3434

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
token: ${{ env.AWS_SECRET_TOKEN }}
4545
# Install .NET8 which is needed for AutoVer
4646
- name: Setup .NET 8.0
47-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1
47+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0
4848
with:
4949
dotnet-version: 8.0.x
5050
# Install AutoVer to automate versioning and changelog creation

.github/workflows/doc-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: 3.x
2929
- name: Setup .NET 10
30-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1
30+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0
3131
with:
3232
dotnet-version: 10.0.x
3333
- run: pip install mkdocs-material==8.2.9

.github/workflows/semgrep-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
p/owasp-top-ten
3434
3535
- name: Upload SARIF file for GitHub Advanced Security Dashboard
36-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 #v4.31.7
36+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 #v4.31.10
3737
with:
3838
sarif_file: semgrep.sarif
3939
if: always()

.github/workflows/stale_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Stale issue job
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: aws-actions/stale-issue-cleanup@5650b49bcd757a078f6ca06c373d7807b773f9bc #v7.1.0
17+
- uses: aws-actions/stale-issue-cleanup@0604f2edf84a3a66bc0dfb4a30eb07814cbdf440 #v7.1.1
1818
with:
1919
# Setting messages to an empty string will cause the automation to skip
2020
# that category

.github/workflows/sync-main-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
token: ${{ env.AWS_SECRET_TOKEN }}
4747
# Install .NET8 which is needed for AutoVer
4848
- name: Setup .NET 8.0
49-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1
49+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0
5050
with:
5151
dotnet-version: 8.0.x
5252
# Install AutoVer which is needed to retrieve information about the current release.
@@ -112,7 +112,7 @@ jobs:
112112
fetch-depth: 0
113113
# Install .NET8 which is needed for AutoVer
114114
- name: Setup .NET 8.0
115-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1
115+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0
116116
with:
117117
dotnet-version: 8.0.x
118118
# Install AutoVer which is needed to retrieve information about the current release.

0 commit comments

Comments
 (0)