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
4 changes: 4 additions & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Funding Configuration
# See: https://docs.github.com/en/repositories/managing-your-repositorys-custom-fields/displaying-a-sponsor-button-in-your-repository

github: metadatastician
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
uses: github/codeql-action/init@4187e74d05793876e9989daffde9c3e66b4acd07 # v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand All @@ -44,6 +44,6 @@ jobs:
# any of it". See .github/codeql/codeql-config.yml for the full why.
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
uses: github/codeql-action/analyze@4187e74d05793876e9989daffde9c3e66b4acd07 # v3
with:
category: "/language:${{ matrix.language }}"
1 change: 1 addition & 0 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
workflow_dispatch:

permissions: read-all
actions: read

concurrency:
group: container-build-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
workflow_dispatch:

permissions: read-all
actions: read

concurrency:
group: e2e-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/install-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
workflow_dispatch:

permissions: read-all
actions: read

concurrency:
group: install-smoke-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
branches: [main, master]
workflow_dispatch:
permissions:
actions: read

Check warning on line 9 in .github/workflows/pages.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Move this read permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_statistikles&issues=AZ-pXFM8RIAZ2DodCSmW&open=AZ-pXFM8RIAZ2DodCSmW&pullRequest=68
contents: read
pages: write
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
workflow_dispatch:

permissions: read-all
actions: read

concurrency:
group: zig-${{ github.ref }}
Expand Down
162 changes: 0 additions & 162 deletions GOVERNANCE.adoc

This file was deleted.

Loading