Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd8d999

Browse files
committed
update workflows #GITBUILD
1 parent4dcee8b commitfd8d999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/codeql.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name:Analyze
26-
runs-on:windows-2019
26+
runs-on:windows-2022
2727
permissions:
2828
actions:read
2929
contents:read

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
$installPath = vswhere -latest -products * -requires Microsoft.Component.MSBuild `
142142
-property installationPath
143143
if (-not $installPath) { throw 'VS 2022 not found' }
144-
Write-Host "##[set-output name=installPath]$installPath"
144+
"installPath=$installPath" >> $env:GITHUB_OUTPUT
145145
146146
# download vs installer builder (v2.0.1)
147147
-name:Download Installer-Projects VSIX

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp