diff --git a/.github/workflows/build_on_push.yaml b/.github/workflows/build_on_push.yaml index d5d76d7..1f30ade 100644 --- a/.github/workflows/build_on_push.yaml +++ b/.github/workflows/build_on_push.yaml @@ -11,7 +11,7 @@ on: jobs: build: - name: Build and Test + name: Build # Permissions for this job permissions: actions: read # To read actions for CodeQL diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ca3ecd8..15d1a03 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ on: jobs: build: - name: Build and Test + name: Build # Permissions for this job permissions: actions: read # To read actions for CodeQL