Browse Source

Update OS images, Do not persist credentials, Checkout v4.

pull/4071/head
Kichura 11 months ago committed by GitHub
parent
commit
fe11730080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build.yml
  2. 4
      .github/workflows/issue-check.yml

4
.github/workflows/build.yml

@ -35,7 +35,7 @@ env: @@ -35,7 +35,7 @@ env:
jobs:
build:
runs-on: windows-latest
runs-on: windows-2025
steps:
- name: Print inputs
@ -50,6 +50,7 @@ jobs: @@ -50,6 +50,7 @@ jobs:
if: github.event.inputs.ref == ''
with:
submodules: recursive
persist-credentials: false
- name: Checkout specific build and submodules
uses: actions/checkout@v4
@ -57,6 +58,7 @@ jobs: @@ -57,6 +58,7 @@ jobs:
with:
ref: ${{ github.event.inputs.ref }}
submodules: recursive
persist-credentials: false
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2

4
.github/workflows/issue-check.yml

@ -6,10 +6,10 @@ on: @@ -6,10 +6,10 @@ on:
jobs:
check_keywords:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check for keywords in issue title and body
id: check_keywords

Loading…
Cancel
Save