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
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
security-events: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/build.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/build.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}

Expand All @@ -31,7 +31,7 @@ jobs:
packages: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/docker-build.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/docker-build.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}

Expand All @@ -42,7 +42,7 @@ jobs:
actions: read
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/static-analysis.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/static-analysis.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}

Expand All @@ -52,7 +52,7 @@ jobs:
checks: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/lint.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/lint.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}

Expand All @@ -62,7 +62,7 @@ jobs:
security-events: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/hadolint.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/hadolint.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}

Expand All @@ -71,7 +71,7 @@ jobs:
contents: read
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/license-check.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/license-check.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}

Expand All @@ -81,7 +81,7 @@ jobs:
security-events: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/fossa-scan.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/fossa-scan.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}

Expand All @@ -91,7 +91,7 @@ jobs:
checks: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/unit-test.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/unit-test.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}

Expand All @@ -114,6 +114,6 @@ jobs:
repository-projects: read
security-events: write
statuses: read
uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
branch_name: ${{ github.ref }}
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/tag-github.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/tag-github.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
secrets: inherit

release-image:
Expand All @@ -29,7 +29,7 @@ jobs:
actions: read
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/release-image.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/release-image.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
changed: ${{ needs.tag-github.outputs.changed }}
version: ${{ needs.tag-github.outputs.version }}
Expand All @@ -42,7 +42,7 @@ jobs:
pull-requests: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/update-version.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/update-version.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
changed: ${{ needs.tag-github.outputs.changed }}
version: ${{ needs.tag-github.outputs.version }}
Expand All @@ -54,7 +54,7 @@ jobs:
contents: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/branch-release.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/branch-release.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
release_branch: ${{ needs.tag-github.outputs.release_branch }}
version_branch: ${{ needs.tag-github.outputs.version_branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write
contents: read
actions: read
uses: omec-project/.github/.github/workflows/stale-issue.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4
uses: omec-project/.github/.github/workflows/stale-issue.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7
with:
days_before_stale: 120
days_before_close: 15
Expand Down