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
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
checks: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/lint-charts.yml@453e42d23f0366133ec7c053ee92a97f374f3ac5 # v0.0.1
uses: omec-project/.github/.github/workflows/lint-charts.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3
secrets: inherit
with:
branch_name: ${{ github.ref }}
Expand All @@ -31,7 +31,7 @@ jobs:
contents: read
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/license-check.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2
uses: omec-project/.github/.github/workflows/license-check.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3
with:
branch_name: ${{ github.ref }}

Expand All @@ -41,7 +41,7 @@ jobs:
security-events: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/fossa-scan.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2
uses: omec-project/.github/.github/workflows/fossa-scan.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3
with:
branch_name: ${{ github.ref }}

Expand All @@ -64,6 +64,6 @@ jobs:
repository-projects: read
security-events: write
statuses: read
uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@453e42d23f0366133ec7c053ee92a97f374f3ac5 # v0.0.1
uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3
with:
branch_name: ${{ github.ref }}
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/tag-github.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2
uses: omec-project/.github/.github/workflows/tag-github.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3
secrets: inherit

publish:
Expand All @@ -26,7 +26,7 @@ jobs:
actions: read
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/publish-charts.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2
uses: omec-project/.github/.github/workflows/publish-charts.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3
secrets: inherit
with:
branch_name: ${{ github.ref }}
Expand All @@ -38,7 +38,7 @@ jobs:
pull-requests: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/update-version.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2
uses: omec-project/.github/.github/workflows/update-version.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3
with:
changed: ${{ needs.tag-github.outputs.changed }}
version: ${{ needs.tag-github.outputs.version }}
Expand Down
Loading