Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
Comment thread
kolea2 marked this conversation as resolved.
contents: read
pull-requests: read

jobs:
changes:
runs-on: ubuntu-latest
outputs:
sample: ${{ steps.filter.outputs.sample }}
steps:
- uses: actions/checkout@v4

Check failure on line 39 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 39 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_AndroidDeveloperVerificationAPKSigningExample.yml:39: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
- uses: dorny/paths-filter@v3

Check failure on line 40 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 40 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_AndroidDeveloperVerificationAPKSigningExample.yml:40: unpinned action reference: action is not pinned to a hash (required by blanket policy)
id: filter
with:
filters: |
Expand All @@ -53,18 +57,18 @@
working-directory: AndroidDeveloperVerificationAPKSigningExample

steps:
- uses: actions/checkout@v4

Check failure on line 60 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 60 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_AndroidDeveloperVerificationAPKSigningExample.yml:60: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
token: ${{ secrets.PAT || github.token }}

- name: Set up Java
uses: actions/setup-java@v4

Check failure on line 65 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 65 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_AndroidDeveloperVerificationAPKSigningExample.yml:65: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
distribution: 'zulu'
java-version: '17'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

Check failure on line 71 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 71 in .github/workflows/Build_AndroidDeveloperVerificationAPKSigningExample.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_AndroidDeveloperVerificationAPKSigningExample.yml:71: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/Build_BiometricAuthentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: read

jobs:
changes:
runs-on: ubuntu-latest
outputs:
sample: ${{ steps.filter.outputs.sample }}
steps:
- uses: actions/checkout@v4

Check failure on line 39 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 39 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_BiometricAuthentication.yml:39: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
- uses: dorny/paths-filter@v3

Check failure on line 40 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 40 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_BiometricAuthentication.yml:40: unpinned action reference: action is not pinned to a hash (required by blanket policy)
id: filter
with:
filters: |
Expand All @@ -53,18 +57,18 @@
working-directory: BiometricAuthentication

steps:
- uses: actions/checkout@v4

Check failure on line 60 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 60 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_BiometricAuthentication.yml:60: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
token: ${{ secrets.PAT || github.token }}

- name: Set up Java
uses: actions/setup-java@v4

Check failure on line 65 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 65 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_BiometricAuthentication.yml:65: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
distribution: 'zulu'
java-version: '11'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

Check failure on line 71 in .github/workflows/Build_BiometricAuthentication.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

Build_BiometricAuthentication.yml:71: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/Build_BiometricLoginKotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: read

jobs:
changes:
runs-on: ubuntu-latest
outputs:
sample: ${{ steps.filter.outputs.sample }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/Build_DirectBoot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: read

jobs:
changes:
runs-on: ubuntu-latest
outputs:
sample: ${{ steps.filter.outputs.sample }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/Build_PlayIntegrityAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: read

jobs:
changes:
runs-on: ubuntu-latest
outputs:
sample: ${{ steps.filter.outputs.sample }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down
Loading
Loading