Skip to content

Commit c5ed56c

Browse files
authored
Merge pull request #4689 from kubernetes-sigs/dependabot/github_actions/dependencies-e486f348bc
🌱 Bump the dependencies group with 2 updates
2 parents aa096c4 + 51014e8 commit c5ed56c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
2929
with:
3030
languages: ${{ matrix.language }}
3131

3232
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3333
# If this step fails, then you should remove it and run the build manually (see below)
3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@v2
35+
uses: github/codeql-action/autobuild@v3
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@v2
38+
uses: github/codeql-action/analyze@v3

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- name: Verifier action
1313
id: verifier
14-
uses: kubernetes-sigs/kubebuilder-release-tools@3c3411345eedc489d1022288aa844691e92a9c29 # tag=v0.4.2
14+
uses: kubernetes-sigs/kubebuilder-release-tools@012269a88fa4c034a0acf1ba84c26b195c0dbab4 # tag=v0.4.3
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)