1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-25 15:43:42 +01:00

CI: Update OS images, Do not persist credentials, Checkout v4 (#4071)

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

* Do not persist credentials in issue-check.
This commit is contained in:
Kichura 2024-12-27 22:20:23 +01:00 committed by GitHub
parent 1f53188b55
commit 48f3873e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -35,7 +35,7 @@ env:
jobs:
build:
runs-on: windows-latest
runs-on: windows-2025
steps:
- name: Print inputs
@ -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:
with:
ref: ${{ github.event.inputs.ref }}
submodules: recursive
persist-credentials: false
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2

View File

@ -6,10 +6,12 @@ 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
with:
persist-credentials: false
- name: Check for keywords in issue title and body
id: check_keywords