Chore: Bump lfreleng-actions/make-action from 0.1.2 to 0.1.3 56/15456/1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 22 Dec 2025 20:16:35 +0000 (20:16 +0000)
committeroran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
Mon, 22 Dec 2025 20:16:39 +0000 (20:16 +0000)
Bumps lfreleng-actions/make-action from 0.1.2 to 0.1.3.
## Release notes

Sourced from lfreleng-actions/make-action's releases.

v0.1.3

[pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#35)
[pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#37)
[pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#38)
[pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#40)

Maintenance

Chore: Bump step-security/harden-runner from 2.13.1 to 2.13.2 @dependabot[bot] (#36)
Chore: Bump actions/checkout from 5.0.0 to 6.0.0 @dependabot[bot] (#39)
Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3 @dependabot[bot] (#42)
Chore: Bump lfreleng-actions/draft-release-promote-action @dependabot[bot] (#41)
Chore: Bump actions/checkout from 6.0.0 to 6.0.1 @dependabot[bot] (#43)
Chore: Bump step-security/harden-runner from 2.13.3 to 2.14.0 @dependabot[bot] (#44)

Links

Submit bugs/feature requests

## Commits

e07201e Merge pull request #40 from lfreleng-actions/pre-commit-ci-update-config
5f0b971 [pre-commit.ci] pre-commit autoupdate
87fc607 Merge pull request #44 from lfreleng-actions/dependabot/github_actions/step-s
368c5ba Chore: Bump step-security/harden-runner from 2.13.3 to 2.14.0
18d4fe5 Merge pull request #43 from lfreleng-actions/dependabot/github_actions/action
e1f66eb Merge pull request #41 from lfreleng-actions/dependabot/github_actions/lfrele
59894b2 Merge pull request #42 from lfreleng-actions/dependabot/github_actions/step-s
ff44da4 Chore: Bump actions/checkout from 6.0.0 to 6.0.1
cadc897 Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3
7ea138e Chore: Bump lfreleng-actions/draft-release-promote-action
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: oran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
Change-Id: I23a019cc56414118ad55e769165410d53a358c47
GitHub-PR: https://github.com/o-ran-sc/it-dep/pull/27
GitHub-Hash: cc3bd402473f39da

.github/workflows/gerrit-merge-itdep.yaml
.github/workflows/gerrit-verify-itdep.yaml

index e14472c..4bc52ee 100644 (file)
@@ -153,28 +153,28 @@ jobs:
       # Makefiles publish to Chartmeusem service locally
       - name: 'Build onap_oom'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/make-action@d2b447abd5db8425f4fbbb27b953133861137a66  # v0.1.2
+        uses: lfreleng-actions/make-action@e07201ee8e3d1f34800f1c63f58415624a8c054c  # v0.1.3
         with:
           make_args: "-C smo-install/onap_oom/kubernetes -e SKIP_LINT=TRUE"
 
       # Makefiles publish to Chartmeusem service locally
       - name: 'Build oran_oom'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/make-action@d2b447abd5db8425f4fbbb27b953133861137a66  # v0.1.2
+        uses: lfreleng-actions/make-action@e07201ee8e3d1f34800f1c63f58415624a8c054c  # v0.1.3
         with:
           make_args: "-C smo-install/oran_oom"
 
       # Makefiles publish to Chartmeusem service locally
       - name: 'Build oran_oom/smo'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/make-action@d2b447abd5db8425f4fbbb27b953133861137a66  # v0.1.2
+        uses: lfreleng-actions/make-action@e07201ee8e3d1f34800f1c63f58415624a8c054c  # v0.1.3
         with:
           make_args: "-C smo-install/oran_oom/smo"
 
       # Makefiles publish to Chartmeusem service locally
       - name: 'Build tests_oom'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/make-action@d2b447abd5db8425f4fbbb27b953133861137a66  # v0.1.2
+        uses: lfreleng-actions/make-action@e07201ee8e3d1f34800f1c63f58415624a8c054c  # v0.1.3
         with:
           make_args: "-C smo-install/tests_oom"
 
index c851ccd..903bfe9 100644 (file)
@@ -165,28 +165,28 @@ jobs:
       # Makefiles publish to Chartmeusem service locally
       - name: 'Build onap_oom'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/make-action@d2b447abd5db8425f4fbbb27b953133861137a66  # v0.1.2
+        uses: lfreleng-actions/make-action@e07201ee8e3d1f34800f1c63f58415624a8c054c  # v0.1.3
         with:
           make_args: "-C smo-install/onap_oom/kubernetes -e SKIP_LINT=TRUE"
 
       # Makefiles publish to Chartmeusem service locally
       - name: 'Build oran_oom'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/make-action@d2b447abd5db8425f4fbbb27b953133861137a66  # v0.1.2
+        uses: lfreleng-actions/make-action@e07201ee8e3d1f34800f1c63f58415624a8c054c  # v0.1.3
         with:
           make_args: "-C smo-install/oran_oom"
 
       # Makefiles publish to Chartmeusem service locally
       - name: 'Build oran_oom/smo'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/make-action@d2b447abd5db8425f4fbbb27b953133861137a66  # v0.1.2
+        uses: lfreleng-actions/make-action@e07201ee8e3d1f34800f1c63f58415624a8c054c  # v0.1.3
         with:
           make_args: "-C smo-install/oran_oom/smo"
 
       # Makefiles publish to Chartmeusem service locally
       - name: 'Build tests_oom'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/make-action@d2b447abd5db8425f4fbbb27b953133861137a66  # v0.1.2
+        uses: lfreleng-actions/make-action@e07201ee8e3d1f34800f1c63f58415624a8c054c  # v0.1.3
         with:
           make_args: "-C smo-install/tests_oom"