Skip to content

Commit

Permalink
Merge pull request #1891 from github/henrymercer/fix-cgroup-limits
Browse files Browse the repository at this point in the history
Fix reading `cgroup` limits on `ubuntu-20.04`
  • Loading branch information
henrymercer committed Sep 18, 2023
2 parents 4254f3a + 6846be0 commit f3a128e
Show file tree
Hide file tree
Showing 13 changed files with 129 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
needs: [check-codeql-versions]
strategy:
matrix:
os: [ubuntu-latest,windows-latest,macos-latest]
os: [ubuntu-20.04,ubuntu-22.04,windows-2019,windows-2022,macos-11,macos-12,macos-13]
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/init-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f3a128e

Please sign in to comment.