Skip to content

Commit da76e9e

Browse files
Update all dependencies
1 parent 187281f commit da76e9e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-push-chart.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts
1515
permissions: read-all
1616
jobs:
1717
setenv:
18-
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
18+
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@174d28736938eb3215d59243802dd1088256107b
1919
with:
2020
gh_head_ref: ${{ github.head_ref }}
2121
gh_ref_name: ${{ github.ref_name }}
@@ -24,7 +24,7 @@ jobs:
2424
gh_repo: ${{ github.repository }}
2525
gh_run_number: ${{ github.run_number }}
2626
release:
27-
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
27+
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@174d28736938eb3215d59243802dd1088256107b
2828
needs: setenv
2929
with:
3030
gh_repository_owner: ${{ github.repository_owner }}
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
security-events: write
4444
statuses: write
45-
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
45+
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@174d28736938eb3215d59243802dd1088256107b
4646
needs:
4747
- setenv
4848
- release
@@ -54,7 +54,7 @@ jobs:
5454
helm:
5555
permissions:
5656
contents: write
57-
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
57+
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@174d28736938eb3215d59243802dd1088256107b
5858
needs:
5959
- setenv
6060
- release
@@ -74,7 +74,7 @@ jobs:
7474
GPG_KEY: ${{ secrets.GPG_KEY }}
7575
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
7676
sbom:
77-
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
77+
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@174d28736938eb3215d59243802dd1088256107b
7878
needs:
7979
- setenv
8080
- release

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Harden Runner
24-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
24+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2525
with:
2626
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2727

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Create Pull Request with applied fixes
5858
id: cpr
5959
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
60-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
60+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
6161
with:
6262
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
6363
commit-message: "[MegaLinter] Apply linters automatic fixes"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
29+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3030
with:
3131
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3232

0 commit comments

Comments
 (0)