Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

publish-test-results:
name: 📊 Publish Test Results
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
checks: write # is needed by EnricoMi/publish-unit-test-result-action to add a check run with test results
pull-requests: write # is needed by EnricoMi/publish-unit-test-result-action to annotate PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: {}
jobs:
cleanup-images:
name: 🧹 Clean Images
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
packages: write # is needed by dataaxiom/ghcr-cleanup-action to delete untagged and orphaned images
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}
jobs:
close-issues:
name: ♻️ Close Stale Issues & PRs
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
issues: write # is needed by actions/stale to close/comment on issues
pull-requests: write # is needed by actions/stale to close/comment on PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-creation-tool-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: {}
jobs:
create-issue:
name: Create tool version evaluation issue
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
contents: read # is needed to checkout the repository
issues: write # is needed by gh cli to create/close/pin/unpin issues
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}
jobs:
ossf-scorecard:
name: 🛡️ OpenSSF Scorecard
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
contents: read
security-events: write # is needed by github/codeql-action/upload-sarif to upload sarif files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-conventional-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: {}
jobs:
validate-pr-title:
name: ✅ Validate PR Title
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
pull-requests: write # is needed by marocchino/sticky-pull-request-comment to post comments on PRs
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}
jobs:
delete-images:
name: 🗑️ Delete PR Images
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
packages: write # is needed by dataaxiom/ghcr-cleanup-action to delete images
steps:
Expand All @@ -21,11 +21,11 @@ jobs:
- uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16
with:
delete-tags: pr-${{ github.event.pull_request.number }}
packages: amp-devcontainer,amp-devcontainer-cpp,amp-devcontainer-rust
packages: amp-devcontainer,amp-devcontainer-base,amp-devcontainer-cpp,amp-devcontainer-rust

cleanup-cache:
name: 🧹 Cleanup Cache
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
actions: write # is needed to delete workflow run caches
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write # is needed by philips-software/pull-request-report-action to post the report as a comment on the PR
repository-projects: read # is needed by philips-software/pull-request-report-action to fetch project information
actions: read # is needed by philips-software/pull-request-report-action to fetch workflow run information
runs-on: ubuntu-latest
runs-on: ubuntu-slim
steps:
- uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}
jobs:
create-release:
name: 🚀 Create Release
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
contents: read
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-document-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions: {}
jobs:
generate-documents:
name: Generate Documents
runs-on: ubuntu-latest
runs-on: ubuntu-slim
permissions:
contents: read
steps:
Expand Down
Loading