mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Compare commits
1 Commits
users/tihu
...
v2.262.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a65236022 |
20
.github/workflows/codeql.yml
vendored
20
.github/workflows/codeql.yml
vendored
@@ -9,11 +9,11 @@ jobs:
|
|||||||
CodeQL-Build:
|
CodeQL-Build:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
fail-fast: false
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
||||||
|
|
||||||
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
|
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -22,17 +22,13 @@ jobs:
|
|||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
|
# Override language selection by uncommenting this and choosing your languages
|
||||||
|
# with:
|
||||||
|
# languages: go, javascript, csharp, python, cpp, java
|
||||||
|
|
||||||
- name: Manual build (Windows)
|
- name: Manual build
|
||||||
if: runner.os == 'windows'
|
|
||||||
run : |
|
run : |
|
||||||
dev.cmd layout Release
|
./dev.sh layout Release linux-x64
|
||||||
working-directory: src
|
|
||||||
|
|
||||||
- name: Manual build (Non-Windows)
|
|
||||||
if: runner.os != 'windows'
|
|
||||||
run : |
|
|
||||||
./dev.sh layout Release
|
|
||||||
working-directory: src
|
working-directory: src
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
|
|||||||
@@ -1,11 +1,20 @@
|
|||||||
## Features
|
## Features
|
||||||
- Runner support for GHES Alpha (#381 #386 #390 #393 $401)
|
- Sample scripts to automate scalable runners (#427)
|
||||||
- Allow secrets context in Container.env (#388)
|
- Raise warning when action input does not match action.yml. (#429)
|
||||||
|
- Add secret masker for trimming double quotes. (#440)
|
||||||
|
- Use the API_URL and munge action URLs for GHES (#437 #469)
|
||||||
|
- Help trace worker crash in Kusto. (#450)
|
||||||
|
- update checkout@v1 for GHES (#470)
|
||||||
## Bugs
|
## Bugs
|
||||||
- Raise warning when volume mount root. (#413)
|
- Print node version in debug instead of output. (#433)
|
||||||
- Fix typo (#394)
|
- Better error when runner removed from service. (#441)
|
||||||
|
- Add help info for '--labels' config option (#472)
|
||||||
|
- Sps/token migration fix, job.status/steps.outcome/steps.conclusion case match with GitHub check suites conclusion. (#462)
|
||||||
|
- Docker build using -f instead of implied default (#471)
|
||||||
## Misc
|
## Misc
|
||||||
- N/A
|
- Make release notes code blocks copy-paste-able (#430)
|
||||||
|
- Fix spelling of RHEL and CentOS. (#436)
|
||||||
|
- Add CodeQL Analysis workflow (#459)
|
||||||
|
|
||||||
## Windows x64
|
## Windows x64
|
||||||
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.168.0
|
<Update to ./src/runnerversion when creating release>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.169.0
|
2.262.0
|
||||||
|
|||||||
Reference in New Issue
Block a user