Skip to content

Commit 1c5fbdc

Browse files
authored
Merge pull request #19 from AGIBuild/dependabot/github_actions/github-actions-f0be0a185f
chore(deps): Bump the github-actions group across 1 directory with 4 updates
2 parents da6a045 + af70ca1 commit 1c5fbdc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
with:
241241
global-json-file: global.json
242242

243-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
243+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
244244
with:
245245
path: ~/.nuget/packages
246246
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Packages.props', 'global.json', '.config/dotnet-tools.json') }}
@@ -327,7 +327,7 @@ jobs:
327327

328328
- name: Report test results
329329
if: always() && !cancelled()
330-
uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0
330+
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
331331
with:
332332
name: Tests (${{ matrix.runtime }})
333333
path: artifacts/test-results/**/*.trx
@@ -702,4 +702,4 @@ jobs:
702702
- name: Deploy to GitHub Pages
703703
if: steps.check.outputs.should_deploy == 'true'
704704
id: deployment
705-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
705+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
with:
3131
global-json-file: global.json
3232

33-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
33+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3434
with:
3535
path: ~/.nuget/packages
3636
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Packages.props', 'global.json', '.config/dotnet-tools.json') }}
3737
restore-keys: ${{ runner.os }}-nuget-
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
40+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4141
with:
4242
languages: ${{ matrix.language }}
4343

@@ -48,4 +48,4 @@ jobs:
4848
./build.sh Build
4949
5050
- name: Analyze
51-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
51+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "10.0.103",
4-
"rollForward": "latestPatch"
4+
"rollForward": "disable"
55
}
66
}

0 commit comments

Comments
 (0)