Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9c39f0a
Bump actions/download-artifact from 5 to 6 in /.github/workflows
dependabot[bot] Oct 27, 2025
44aeac1
Merge branch 'main' into dependabot/github_actions/dot-github/workflo…
mbg Oct 28, 2025
8d50be3
Merge pull request #3245 from github/dependabot/github_actions/dot-gi…
henrymercer Oct 30, 2025
cbcb06a
Update changelog and version after v4.31.1
github-actions[bot] Oct 30, 2025
c7a5b09
Merge remote-tracking branch 'origin/main' into mergeback/v4.31.1-to-…
github-actions[bot] Oct 30, 2025
e781179
Rebuild
github-actions[bot] Oct 30, 2025
b2bffa6
Remove unused `console-log-level` dependency
henrymercer Oct 30, 2025
aab1c2f
Merge pull request #3253 from github/mergeback/v4.31.1-to-main-5fe9434c
henrymercer Oct 30, 2025
514ff4d
Merge pull request #3256 from github/henrymercer/resolve-bad-merge
henrymercer Oct 30, 2025
2a3599c
Run lightweight workflows on `ubuntu-slim`
henrymercer Oct 30, 2025
f0e9bf0
Make `isEnablementError` case-insensitive
mbg Oct 30, 2025
cc88437
Merge pull request #3257 from github/henrymercer/ubuntu-slim
henrymercer Oct 30, 2025
9576b5c
Merge pull request #3258 from github/mbg/enablement-errors/case-insen…
mbg Oct 30, 2025
752a642
Update changelog for v4.31.2
github-actions[bot] Oct 30, 2025
8a06050
Merge pull request #3259 from github/update-v4.31.2-9576b5cbe
mbg Oct 30, 2025
eb80a79
Revert "Update version and changelog for v3.31.1"
github-actions[bot] Oct 30, 2025
d149012
Revert "Rebuild"
github-actions[bot] Oct 30, 2025
b7257cd
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31…
github-actions[bot] Oct 30, 2025
e56b5ee
Update version and changelog for v3.31.2
github-actions[bot] Oct 30, 2025
3741885
Rebuild
github-actions[bot] Oct 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-expected-release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:

jobs:
check-expected-release-files:
runs-on: ubuntu-latest
runs-on: ubuntu-slim

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pr-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
sizeup:
name: Label PR with size
runs-on: ubuntu-latest
runs-on: ubuntu-slim

steps:
- name: Run sizeup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release-mergeback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:

jobs:
merge-back:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
environment: Automation
if: github.repository == 'github/codeql-action'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defaults:
jobs:
prepare:
name: "Prepare release"
runs-on: ubuntu-latest
runs-on: ubuntu-slim
if: github.repository == 'github/codeql-action'

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-immutable-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
contents: read
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defaults:
jobs:
update-bundle:
if: github.event.release.prerelease && startsWith(github.event.release.tag_name, 'codeql-bundle-')
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
contents: write # needed to push commits
pull-requests: write # needed to create pull requests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

update:
timeout-minutes: 45
runs-on: ubuntu-latest
runs-on: ubuntu-slim
if: github.event_name == 'workflow_dispatch'
needs: [prepare]
env:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

backport:
timeout-minutes: 45
runs-on: ubuntu-latest
runs-on: ubuntu-slim
environment: Automation
needs: [prepare]
if: ${{ (github.event_name == 'push') && needs.prepare.outputs.backport_target_branches != '[]' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-supported-enterprise-server-versions:
name: Update Supported Enterprise Server Versions
timeout-minutes: 45
runs-on: ubuntu-latest
runs-on: ubuntu-slim
if: github.repository == 'github/codeql-action'
permissions:
contents: write # needed to push commits
Expand Down
Loading