Skip to content

Commit f3a128e

Browse files
authored
Merge pull request #1891 from github/henrymercer/fix-cgroup-limits
Fix reading `cgroup` limits on `ubuntu-20.04`
2 parents 4254f3a + 6846be0 commit f3a128e

13 files changed

+129
-44
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
needs: [check-codeql-versions]
7474
strategy:
7575
matrix:
76-
os: [ubuntu-latest,windows-latest,macos-latest]
76+
os: [ubuntu-20.04,ubuntu-22.04,windows-2019,windows-2022,macos-11,macos-12,macos-13]
7777
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
7878
runs-on: ${{ matrix.os }}
7979

lib/analyze-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)