Skip to content

Commit af7645d

Browse files
authored
Merge pull request #43 from ortelius/renovate/all
Update all dependencies
2 parents 0976fc8 + 4f34854 commit af7645d

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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@92a48b5648a09dcd58bccf9cf49fd0155765c997
19+
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
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@92a48b5648a09dcd58bccf9cf49fd0155765c997
31+
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
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@92a48b5648a09dcd58bccf9cf49fd0155765c997
48+
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
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@92a48b5648a09dcd58bccf9cf49fd0155765c997
60+
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
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@92a48b5648a09dcd58bccf9cf49fd0155765c997
80+
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
8181
needs:
8282
- setenv
8383
- release

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2828

2929
- name: Checkout repository
30-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
33+
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
3434
with:
3535
languages: "go"
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
38+
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
3939
with:
4040
category: "/language:go"

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: MegaLinter
3333
id: ml
34-
uses: oxsecurity/megalinter/flavors/go@352f52b33ff45302a0d25e51567d6c64f90521d4
34+
uses: oxsecurity/megalinter/flavors/go@249990ad0a9f4046af95aa85be2a223673b3ee92
3535
env:
3636
VALIDATE_ALL_CODEBASE: true
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -52,7 +52,7 @@ jobs:
5252
env.APPLY_FIXES_MODE == 'pull_request' &&
5353
(github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) &&
5454
!contains(github.event.head_commit.message, 'skip fix')
55-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
55+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
5656
with:
5757
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
5858
commit-message: "[MegaLinter] Apply linters automatic fixes"

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3434

3535
- name: Checkout code
36-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
with:
3838
persist-credentials: false
3939

@@ -45,6 +45,6 @@ jobs:
4545
publish_results: true
4646

4747
- name: Upload to code-scanning
48-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
48+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
4949
with:
5050
sarif_file: results.sarif

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cgr.dev/chainguard/go@sha256:54d3697eb00af0795e108133d9c0861f3346c24c0581cff34828432546c4a58c AS builder
1+
FROM cgr.dev/chainguard/go@sha256:552969bb3988f3db46a00880e912402aeb1d394dc26257f688ee5103ef39d16b AS builder
22
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
33
WORKDIR /app
44
COPY . /app

0 commit comments

Comments
 (0)