diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f113b08..c0e37d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/build.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/build.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: branch_name: ${{ github.ref }} @@ -38,7 +38,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/lint.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/lint.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: branch_name: ${{ github.ref }} @@ -47,7 +47,7 @@ jobs: contents: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/license-check.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/license-check.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: branch_name: ${{ github.ref }} @@ -57,7 +57,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/fossa-scan.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/fossa-scan.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: branch_name: ${{ github.ref }} @@ -67,7 +67,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/unit-test.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/unit-test.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: branch_name: ${{ github.ref }} @@ -90,6 +90,6 @@ jobs: repository-projects: read security-events: write statuses: read - uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: branch_name: ${{ github.ref }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5edf7ed..88fbe36 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,7 +19,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/tag-github.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/tag-github.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 secrets: inherit update-version: @@ -29,7 +29,7 @@ jobs: pull-requests: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/update-version.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/update-version.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: changed: ${{ needs.tag-github.outputs.changed }} version: ${{ needs.tag-github.outputs.version }} @@ -41,7 +41,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/branch-release.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/branch-release.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: release_branch: ${{ needs.tag-github.outputs.release_branch }} version_branch: ${{ needs.tag-github.outputs.version_branch }} @@ -52,7 +52,7 @@ jobs: permissions: contents: read actions: read - uses: omec-project/.github/.github/workflows/sbom-source.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/sbom-source.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: changed: ${{ needs.tag-github.outputs.changed }} branch_name: ${{ github.ref }} @@ -66,7 +66,7 @@ jobs: contents: read actions: read security-events: write # Required for SARIF upload to Code Scanning - uses: omec-project/.github/.github/workflows/grype-scan.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/grype-scan.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: changed: ${{ needs.tag-github.outputs.changed }} artifact_name: ${{ github.event.repository.name }}-${{ needs.tag-github.outputs.version }}.spdx.json diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index cd2aec8..0725f82 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write contents: read actions: read - uses: omec-project/.github/.github/workflows/stale-issue.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/stale-issue.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 with: days_before_stale: 120 days_before_close: 15