Merge pull request #3259 from github/update-v4.31.2-9576b5cbe · github/codeql-action@8a06050 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -15,7 +15,7 @@ defaults: | ||
| 15 | 15 | |
| 16 | 16 | jobs: |
| 17 | 17 | check-expected-release-files: |
| 18 | -runs-on: ubuntu-latest | |
| 18 | +runs-on: ubuntu-slim | |
| 19 | 19 | |
| 20 | 20 | permissions: |
| 21 | 21 | contents: read |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -79,7 +79,7 @@ jobs: | ||
| 79 | 79 | runs-on: ubuntu-latest |
| 80 | 80 | steps: |
| 81 | 81 | - name: Download all artifacts |
| 82 | -uses: actions/download-artifact@v5 | |
| 82 | +uses: actions/download-artifact@v6 | |
| 83 | 83 | - name: Check expected artifacts exist |
| 84 | 84 | run: | |
| 85 | 85 | LANGUAGES="cpp csharp go java javascript python" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -73,7 +73,7 @@ jobs: | ||
| 73 | 73 | runs-on: ubuntu-latest |
| 74 | 74 | steps: |
| 75 | 75 | - name: Download all artifacts |
| 76 | -uses: actions/download-artifact@v5 | |
| 76 | +uses: actions/download-artifact@v6 | |
| 77 | 77 | - name: Check expected artifacts exist |
| 78 | 78 | run: | |
| 79 | 79 | VERSIONS="stable-v2.20.3 default linked nightly-latest" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -16,7 +16,7 @@ permissions: | ||
| 16 | 16 | jobs: |
| 17 | 17 | sizeup: |
| 18 | 18 | name: Label PR with size |
| 19 | -runs-on: ubuntu-latest | |
| 19 | +runs-on: ubuntu-slim | |
| 20 | 20 | |
| 21 | 21 | steps: |
| 22 | 22 | - name: Run sizeup |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -24,7 +24,7 @@ defaults: | ||
| 24 | 24 | |
| 25 | 25 | jobs: |
| 26 | 26 | merge-back: |
| 27 | -runs-on: ubuntu-latest | |
| 27 | +runs-on: ubuntu-slim | |
| 28 | 28 | environment: Automation |
| 29 | 29 | if: github.repository == 'github/codeql-action' |
| 30 | 30 | env: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -29,7 +29,7 @@ defaults: | ||
| 29 | 29 | jobs: |
| 30 | 30 | prepare: |
| 31 | 31 | name: "Prepare release" |
| 32 | -runs-on: ubuntu-latest | |
| 32 | +runs-on: ubuntu-slim | |
| 33 | 33 | if: github.repository == 'github/codeql-action' |
| 34 | 34 | |
| 35 | 35 | permissions: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -10,7 +10,7 @@ defaults: | ||
| 10 | 10 | |
| 11 | 11 | jobs: |
| 12 | 12 | publish: |
| 13 | -runs-on: ubuntu-latest | |
| 13 | +runs-on: ubuntu-slim | |
| 14 | 14 | permissions: |
| 15 | 15 | contents: read |
| 16 | 16 | id-token: write |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -20,7 +20,7 @@ defaults: | ||
| 20 | 20 | jobs: |
| 21 | 21 | update-bundle: |
| 22 | 22 | if: github.event.release.prerelease && startsWith(github.event.release.tag_name, 'codeql-bundle-') |
| 23 | -runs-on: ubuntu-latest | |
| 23 | +runs-on: ubuntu-slim | |
| 24 | 24 | permissions: |
| 25 | 25 | contents: write # needed to push commits |
| 26 | 26 | pull-requests: write # needed to create pull requests |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -26,7 +26,7 @@ jobs: | ||
| 26 | 26 | |
| 27 | 27 | update: |
| 28 | 28 | timeout-minutes: 45 |
| 29 | -runs-on: ubuntu-latest | |
| 29 | +runs-on: ubuntu-slim | |
| 30 | 30 | if: github.event_name == 'workflow_dispatch' |
| 31 | 31 | needs: [prepare] |
| 32 | 32 | env: |
| @@ -77,7 +77,7 @@ jobs: | ||
| 77 | 77 | |
| 78 | 78 | backport: |
| 79 | 79 | timeout-minutes: 45 |
| 80 | -runs-on: ubuntu-latest | |
| 80 | +runs-on: ubuntu-slim | |
| 81 | 81 | environment: Automation |
| 82 | 82 | needs: [prepare] |
| 83 | 83 | if: ${{ (github.event_name == 'push') && needs.prepare.outputs.backport_target_branches != '[]' }} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -9,7 +9,7 @@ jobs: | ||
| 9 | 9 | update-supported-enterprise-server-versions: |
| 10 | 10 | name: Update Supported Enterprise Server Versions |
| 11 | 11 | timeout-minutes: 45 |
| 12 | -runs-on: ubuntu-latest | |
| 12 | +runs-on: ubuntu-slim | |
| 13 | 13 | if: github.repository == 'github/codeql-action' |
| 14 | 14 | permissions: |
| 15 | 15 | contents: write # needed to push commits |