File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
docs/examples/route53/terraform-aws-eks-k8gb Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
58- uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
58+ uses : github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
5959 with :
6060 languages : ${{ matrix.language }}
6161 # If you wish to specify custom queries, you can do so here or in a config file.
6666 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767 # If this step fails, then you should remove it and run the build manually (see below)
6868 - name : Autobuild
69- uses : github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
69+ uses : github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
7070
7171 # ℹ️ Command-line programs to run using the OS shell.
7272 # 📚 https://git.io/JvXDl
8080 # make release
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
83+ uses : github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
Original file line number Diff line number Diff line change 11dependencies:
22- name: coredns
33 repository: https://coredns.github.io/helm
4- version: 1.45.1
4+ version: 1.45.2
55- name: external-dns
66 repository: https://kubernetes-sigs.github.io/external-dns
77 version: 1.20.0
8- digest: sha256:f6fdd1a8047ede8cfa5c43e96c537a2e122ba99e3e8b61f19de117dbd6a2c1a2
9- generated: "2026-01-22T22:48:24.048528382Z "
8+ digest: sha256:01a1f9be406545ddfc98e5db7246b5fa1ccf8e8d406a6e10b90b41f2c7ae0296
9+ generated: "2026-01-23T17:03:09.819625805Z "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ kubeVersion: ">= 1.21.0-0"
1010dependencies :
1111 - name : coredns
1212 repository : https://coredns.github.io/helm
13- version : 1.45.1
13+ version : 1.45.2
1414 - name : external-dns
1515 alias : extdns
1616 condition : extdns.enabled
Original file line number Diff line number Diff line change 11module "iam_assumable_role_admin" {
22 source = " terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
3- version = " 6.3 .0"
3+ version = " 6.4 .0"
44 create_role = true
55 role_name = " external-dns-${ var . cluster_name } "
66 provider_url = replace (module. eks-cluster . cluster_oidc_issuer_url , " https://" , " " )
You can’t perform that action at this time.
0 commit comments