Skip to content

Commit b96d2fc

Browse files
Update all dependencies
1 parent af7645d commit b96d2fc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Build/Push Image and Release Charts
1616
permissions: read-all
1717
jobs:
1818
setenv:
19-
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
19+
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
2020
with:
2121
gh_head_ref: ${{ github.head_ref }}
2222
gh_ref_name: ${{ github.ref_name }}
@@ -28,7 +28,7 @@ jobs:
2828
permissions:
2929
id-token: write
3030
contents: write
31-
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
31+
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
3232
needs: setenv
3333
with:
3434
gh_repository_owner: ${{ github.repository_owner }}
@@ -45,7 +45,7 @@ jobs:
4545
permissions:
4646
security-events: write
4747
statuses: write
48-
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
48+
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
4949
needs:
5050
- setenv
5151
- release
@@ -57,7 +57,7 @@ jobs:
5757
helm:
5858
permissions:
5959
contents: write
60-
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
60+
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
6161
needs:
6262
- setenv
6363
- release
@@ -77,7 +77,7 @@ jobs:
7777
GPG_KEY: ${{ secrets.GPG_KEY }}
7878
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
7979
sbom:
80-
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
80+
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
8181
needs:
8282
- setenv
8383
- release

.github/workflows/codeql.yml

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

2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
25+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2626
with:
2727
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2828

.github/workflows/scorecard.yml

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

2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
31+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
3232
with:
3333
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3434

0 commit comments

Comments
 (0)