Skip to content
Open
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
4 changes: 4 additions & 0 deletions .github/workflows/build_runner_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ on:
env:
docker_registry: us-central1-docker.pkg.dev
docker_repo: apache-beam-testing/beam-github-actions/beam-arc-runner

permissions:
contents: read

jobs:
build-and-version-runner:
if: github.repository == 'apache/beam'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/code_completion_plugin_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
permissions:
contents: read

jobs:
# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
# Run verifyPlugin, IntelliJ Plugin Verifier, and test Gradle tasks
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dask_runner_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ concurrency:
group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.event.pull_request.head.label || github.sha || github.head_ref || github.ref }}-${{ github.event.schedule || github.event.comment.id || github.event.sender.login}}'
cancel-in-progress: true

permissions:
contents: read

jobs:

build_python_sdk_source:
Expand Down Expand Up @@ -93,4 +96,3 @@ jobs:
with:
name: pytest-${{matrix.os}}-${{matrix.params.py_ver}}
path: sdks/python/pytest**.xml

3 changes: 3 additions & 0 deletions .github/workflows/go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ on:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.event.pull_request.head.label || github.sha || github.head_ref || github.ref }}-${{ github.event.schedule || github.event.comment.id || github.event.sender.login}}'
cancel-in-progress: true
permissions:
contents: read

jobs:
build:
runs-on: [self-hosted, ubuntu-24.04, main]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/java_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
permissions:
contents: read

jobs:
java_unit_tests:
name: 'Java Unit Tests'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/local_env_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ env:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}

permissions:
contents: read

jobs:
run_local_env_install_ubuntu:
timeout-minutes: 25
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/playground_frontend_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ env:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}

permissions:
contents: read

jobs:
playground_frontend_test:
name: Playground Frontend Test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ concurrency:
group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.event.pull_request.head.label || github.sha || github.head_ref || github.ref }}-${{ github.event.schedule || github.event.comment.id || github.event.sender.login}}'
cancel-in-progress: true

permissions:
contents: read

jobs:

check_gcp_variables:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/refresh_looker_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ env:
LOOKERSDK_CLIENT_SECRET: ${{ secrets.LOOKERSDK_CLIENT_SECRET }}
GCS_BUCKET: 'public_looker_explores_us_a3853f40'

permissions:
contents: read

jobs:
refresh_looker_metrics:
runs-on: [self-hosted, ubuntu-24.04, main]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reportGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
- cron: "0 10 * * 2"
workflow_dispatch:

permissions:
contents: read

jobs:
assign:
name: Generate issue report
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/republish_released_docker_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ env:
release: "${{ github.event.inputs.RELEASE || '2.73.0' }}"
rc: "${{ github.event.inputs.RC || '5' }}"

permissions:
contents: read

jobs:

build:
Expand Down Expand Up @@ -100,4 +103,3 @@ jobs:
-Pdocker-tag-list=${{ env.release }},${{ github.sha }},$(date +'%Y-%m-%d') \
--no-daemon \
--no-parallel

4 changes: 3 additions & 1 deletion .github/workflows/tour_of_beam_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ concurrency:
group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.event.pull_request.head.label || github.sha || github.head_ref || github.ref }}-${{ github.event.schedule || github.event.comment.id || github.event.sender.login}}'
cancel-in-progress: true

permissions:
contents: read

jobs:
checks:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -62,4 +65,3 @@ jobs:
with:
version: v1.49.0
working-directory: learning/tour-of-beam/backend

3 changes: 3 additions & 0 deletions .github/workflows/tour_of_beam_backend_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ env:
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}


permissions:
contents: read

jobs:
integration:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tour_of_beam_frontend_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ env:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}

permissions:
contents: read

jobs:
tour_of_beam_test:
name: Tour of Beam Frontend Test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/typescript_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ concurrency:
cancel-in-progress: true
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
permissions:
contents: read

jobs:
typescript_unit_tests:
name: 'TypeScript Unit Tests'
Expand Down
Loading