Skip to content

Commit a2b35e3

Browse files
Bump the actions-deps group with 8 updates (#137)
Bumps the actions-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [omec-project/.github/.github/workflows/check-clang-format.yml](https://github.com/omec-project/.github) | `0.0.22` | `0.0.26` | | [omec-project/.github/.github/workflows/check-spelling.yml](https://github.com/omec-project/.github) | `0.0.22` | `0.0.26` | | [omec-project/.github/.github/workflows/hadolint.yml](https://github.com/omec-project/.github) | `0.0.22` | `0.0.26` | | [omec-project/.github/.github/workflows/license-check.yml](https://github.com/omec-project/.github) | `0.0.22` | `0.0.26` | | [omec-project/.github/.github/workflows/fossa-scan.yml](https://github.com/omec-project/.github) | `0.0.22` | `0.0.26` | | [omec-project/.github/.github/workflows/scorecard-analysis.yml](https://github.com/omec-project/.github) | `0.0.22` | `0.0.26` | | [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` | | [omec-project/.github/.github/workflows/stale-issue.yml](https://github.com/omec-project/.github) | `0.0.22` | `0.0.26` | Updates `omec-project/.github/.github/workflows/check-clang-format.yml` from 0.0.22 to 0.0.26 - [Release notes](https://github.com/omec-project/.github/releases) - [Commits](omec-project/.github@1384484...0bce626) Updates `omec-project/.github/.github/workflows/check-spelling.yml` from 0.0.22 to 0.0.26 - [Release notes](https://github.com/omec-project/.github/releases) - [Commits](omec-project/.github@1384484...0bce626) Updates `omec-project/.github/.github/workflows/hadolint.yml` from 0.0.22 to 0.0.26 - [Release notes](https://github.com/omec-project/.github/releases) - [Commits](omec-project/.github@1384484...0bce626) Updates `omec-project/.github/.github/workflows/license-check.yml` from 0.0.22 to 0.0.26 - [Release notes](https://github.com/omec-project/.github/releases) - [Commits](omec-project/.github@1384484...0bce626) Updates `omec-project/.github/.github/workflows/fossa-scan.yml` from 0.0.22 to 0.0.26 - [Release notes](https://github.com/omec-project/.github/releases) - [Commits](omec-project/.github@1384484...0bce626) Updates `omec-project/.github/.github/workflows/scorecard-analysis.yml` from 0.0.22 to 0.0.26 - [Release notes](https://github.com/omec-project/.github/releases) - [Commits](omec-project/.github@1384484...0bce626) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `omec-project/.github/.github/workflows/stale-issue.yml` from 0.0.22 to 0.0.26 - [Release notes](https://github.com/omec-project/.github/releases) - [Commits](omec-project/.github@1384484...0bce626) --- updated-dependencies: - dependency-name: omec-project/.github/.github/workflows/check-clang-format.yml dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: omec-project/.github/.github/workflows/check-spelling.yml dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: omec-project/.github/.github/workflows/hadolint.yml dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: omec-project/.github/.github/workflows/license-check.yml dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: omec-project/.github/.github/workflows/fossa-scan.yml dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: omec-project/.github/.github/workflows/scorecard-analysis.yml dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: omec-project/.github/.github/workflows/stale-issue.yml dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cd84cb commit a2b35e3

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
exclude: '' # Nothing to exclude
3434
- check: 'sample_plugin/protobuf'
3535
exclude: '' # Nothing to exclude
36-
uses: omec-project/.github/.github/workflows/check-clang-format.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22
36+
uses: omec-project/.github/.github/workflows/check-clang-format.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26
3737
with:
3838
branch_name: ${{ github.ref }}
3939
clang_format_version: '14'
@@ -46,7 +46,7 @@ jobs:
4646
actions: read
4747
id-token: write
4848
attestations: write
49-
uses: omec-project/.github/.github/workflows/check-spelling.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22
49+
uses: omec-project/.github/.github/workflows/check-spelling.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26
5050
with:
5151
branch_name: ${{ github.ref }}
5252

@@ -55,7 +55,7 @@ jobs:
5555
contents: read
5656
id-token: write
5757
attestations: write
58-
uses: omec-project/.github/.github/workflows/hadolint.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22
58+
uses: omec-project/.github/.github/workflows/hadolint.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26
5959
with:
6060
branch_name: ${{ github.ref }}
6161
dockerfile: env/Dockerfile
@@ -65,7 +65,7 @@ jobs:
6565
contents: read
6666
id-token: write
6767
attestations: write
68-
uses: omec-project/.github/.github/workflows/license-check.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22
68+
uses: omec-project/.github/.github/workflows/license-check.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26
6969
with:
7070
branch_name: ${{ github.ref }}
7171

@@ -75,7 +75,7 @@ jobs:
7575
security-events: write
7676
id-token: write
7777
attestations: write
78-
uses: omec-project/.github/.github/workflows/fossa-scan.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22
78+
uses: omec-project/.github/.github/workflows/fossa-scan.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26
7979
with:
8080
branch_name: ${{ github.ref }}
8181

@@ -98,6 +98,6 @@ jobs:
9898
repository-projects: read
9999
security-events: write
100100
statuses: read
101-
uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22
101+
uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26
102102
with:
103103
branch_name: ${{ github.ref }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646

4747
- name: Restore ccache
48-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
48+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4949
with:
5050
path: ~/.cache/ccache
5151
key: ccache-${{ runner.os }}-${{ github.sha }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
contents: read
1919
actions: read
20-
uses: omec-project/.github/.github/workflows/stale-issue.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22
20+
uses: omec-project/.github/.github/workflows/stale-issue.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26
2121
with:
2222
days_before_stale: 30
2323
days_before_close: 5

0 commit comments

Comments
 (0)